From 046f4be0066c3a0970d8b288597d250fffb690d4 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 3 Aug 2013 17:40:56 +0100 Subject: Added README Credits from startup sequence. --- MCServer/README.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MCServer/README.txt (limited to 'MCServer') diff --git a/MCServer/README.txt b/MCServer/README.txt new file mode 100644 index 000000000..cd0467ae1 --- /dev/null +++ b/MCServer/README.txt @@ -0,0 +1,18 @@ +/============================\ +| Custom Minecraft Server | +| Created by Kevin Bansberg | +| A.K.A. FakeTruth | +| Monsters by Alex Sonek | +| A.K.A. Duralex | +| Stuff by Mattes D | +| A.K.A. _Xoft(o) | +|============================| +| Info: WWW.MC-SERVER.ORG | +| WWW.AE-C.NET\n") | +| WWW.RBTHINKTANK.COM | +| Mail: faketruth@gmail.com | +\============================/ + + +Compatible clients: 1.2.4, 1.2.5, 1.3.1, 1.3.2, 1.4.2, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.5, 1.5.1, 1.5.2, 1.6.1, 1.6.2 +Compatible protocol versions: 29, 39, 47, 49, 51, 60, 61, 73, 74 -- cgit v1.2.3 From b3906500c74375125708690c01382c730b84437a Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 3 Aug 2013 20:41:26 +0200 Subject: Removed all example ini files from Install. They are copied from MCServer by the nightbuild script. --- MCServer/banned.example.ini | 3 +++ MCServer/groups.example.ini | 17 +++++++++++++++++ MCServer/groups.ini | 17 ----------------- MCServer/users.example.ini | 23 +++++++++++++++++++++++ MCServer/users.ini | 23 ----------------------- MCServer/whitelist.example.ini | 6 ++++++ 6 files changed, 49 insertions(+), 40 deletions(-) create mode 100644 MCServer/banned.example.ini create mode 100644 MCServer/groups.example.ini delete mode 100644 MCServer/groups.ini create mode 100644 MCServer/users.example.ini delete mode 100644 MCServer/users.ini create mode 100644 MCServer/whitelist.example.ini (limited to 'MCServer') diff --git a/MCServer/banned.example.ini b/MCServer/banned.example.ini new file mode 100644 index 000000000..ceb71fe0b --- /dev/null +++ b/MCServer/banned.example.ini @@ -0,0 +1,3 @@ +[Banned] +;PlayerName=1 + diff --git a/MCServer/groups.example.ini b/MCServer/groups.example.ini new file mode 100644 index 000000000..87b28b70d --- /dev/null +++ b/MCServer/groups.example.ini @@ -0,0 +1,17 @@ +[Admins] +Permissions=* +Color=c + +[Mods] +Color=5 +Inherits=Vips +Permissions=core.time,core.item + +[Vips] +Permissions=core.teleport +Color=2 +Inherits=Default + +[Default] +Permissions=core.build,core.help,core.playerlist,core.pluginlist,core.spawn +Color=7 \ No newline at end of file diff --git a/MCServer/groups.ini b/MCServer/groups.ini deleted file mode 100644 index 87b28b70d..000000000 --- a/MCServer/groups.ini +++ /dev/null @@ -1,17 +0,0 @@ -[Admins] -Permissions=* -Color=c - -[Mods] -Color=5 -Inherits=Vips -Permissions=core.time,core.item - -[Vips] -Permissions=core.teleport -Color=2 -Inherits=Default - -[Default] -Permissions=core.build,core.help,core.playerlist,core.pluginlist,core.spawn -Color=7 \ No newline at end of file diff --git a/MCServer/users.example.ini b/MCServer/users.example.ini new file mode 100644 index 000000000..6726c0bf8 --- /dev/null +++ b/MCServer/users.example.ini @@ -0,0 +1,23 @@ +[FakeTruth] +Groups=Admins + +[Duralex] +Groups=Admins + +[Luthrandel] +Groups=Admins + +[cruisecho] +Groups=Admins + +[Kwen] +Groups=Admins + +[aloe_vera] +Groups=Admins + +[xoft] +Groups=Admins + +[Player] +Groups=Admins \ No newline at end of file diff --git a/MCServer/users.ini b/MCServer/users.ini deleted file mode 100644 index 6726c0bf8..000000000 --- a/MCServer/users.ini +++ /dev/null @@ -1,23 +0,0 @@ -[FakeTruth] -Groups=Admins - -[Duralex] -Groups=Admins - -[Luthrandel] -Groups=Admins - -[cruisecho] -Groups=Admins - -[Kwen] -Groups=Admins - -[aloe_vera] -Groups=Admins - -[xoft] -Groups=Admins - -[Player] -Groups=Admins \ No newline at end of file diff --git a/MCServer/whitelist.example.ini b/MCServer/whitelist.example.ini new file mode 100644 index 000000000..a89c148c9 --- /dev/null +++ b/MCServer/whitelist.example.ini @@ -0,0 +1,6 @@ +[WhiteListSettings] +WhiteListOn=0 + +[WhiteList] +;PlayerName=1 + -- cgit v1.2.3