diff options
author | madmaxoft <github@xoft.cz> | 2013-08-03 20:45:08 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-03 20:45:08 +0200 |
commit | 106308796d975351b4c5c05927d2790adf2da26a (patch) | |
tree | 5d2545b004e82a3a6366843d96867146738a0e6f /MCServer | |
parent | Added cWorld::DoWithChunk() function. (diff) | |
parent | Removed all example ini files from Install. (diff) | |
download | cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.gz cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.bz2 cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.lz cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.xz cuberite-106308796d975351b4c5c05927d2790adf2da26a.tar.zst cuberite-106308796d975351b4c5c05927d2790adf2da26a.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/README.txt | 18 | ||||
-rw-r--r-- | MCServer/banned.example.ini (renamed from Install/banned.example.ini) | 6 | ||||
-rw-r--r-- | MCServer/groups.example.ini (renamed from Install/groups.example.ini) | 0 | ||||
-rw-r--r-- | MCServer/groups.ini | 17 | ||||
-rw-r--r-- | MCServer/users.example.ini (renamed from MCServer/users.ini) | 0 | ||||
-rw-r--r-- | MCServer/whitelist.example.ini (renamed from Install/whitelist.example.ini) | 12 |
6 files changed, 27 insertions, 26 deletions
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 diff --git a/Install/banned.example.ini b/MCServer/banned.example.ini index ba53ec59f..ceb71fe0b 100644 --- a/Install/banned.example.ini +++ b/MCServer/banned.example.ini @@ -1,3 +1,3 @@ -[Banned]
-;PlayerName=1
-
+[Banned] +;PlayerName=1 + diff --git a/Install/groups.example.ini b/MCServer/groups.example.ini index 87b28b70d..87b28b70d 100644 --- a/Install/groups.example.ini +++ b/MCServer/groups.example.ini 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.ini b/MCServer/users.example.ini index 6726c0bf8..6726c0bf8 100644 --- a/MCServer/users.ini +++ b/MCServer/users.example.ini diff --git a/Install/whitelist.example.ini b/MCServer/whitelist.example.ini index 7e06ba8d4..a89c148c9 100644 --- a/Install/whitelist.example.ini +++ b/MCServer/whitelist.example.ini @@ -1,6 +1,6 @@ -[WhiteListSettings]
-WhiteListOn=0
-
-[WhiteList]
-;PlayerName=1
-
+[WhiteListSettings] +WhiteListOn=0 + +[WhiteList] +;PlayerName=1 + |