summaryrefslogtreecommitdiffstats
path: root/Install
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-03 20:41:26 +0200
committermadmaxoft <github@xoft.cz>2013-08-03 20:41:26 +0200
commitb3906500c74375125708690c01382c730b84437a (patch)
treebc55a0ead3b746c053ccbe02025d478fc545c45b /Install
parentRemoved some stuff again. (diff)
downloadcuberite-b3906500c74375125708690c01382c730b84437a.tar
cuberite-b3906500c74375125708690c01382c730b84437a.tar.gz
cuberite-b3906500c74375125708690c01382c730b84437a.tar.bz2
cuberite-b3906500c74375125708690c01382c730b84437a.tar.lz
cuberite-b3906500c74375125708690c01382c730b84437a.tar.xz
cuberite-b3906500c74375125708690c01382c730b84437a.tar.zst
cuberite-b3906500c74375125708690c01382c730b84437a.zip
Diffstat (limited to 'Install')
-rw-r--r--Install/.gitignore3
-rw-r--r--Install/Zip2008.list7
-rw-r--r--Install/banned.example.ini3
-rw-r--r--Install/groups.example.ini17
-rw-r--r--Install/settings.example.ini31
-rw-r--r--Install/users.example.ini8
-rw-r--r--Install/webadmin.example.ini6
-rw-r--r--Install/whitelist.example.ini6
8 files changed, 4 insertions, 77 deletions
diff --git a/Install/.gitignore b/Install/.gitignore
index 4f8f2e7cb..3b0a53050 100644
--- a/Install/.gitignore
+++ b/Install/.gitignore
@@ -1,3 +1,4 @@
MCServer.exe
*.7z
-*.tag \ No newline at end of file
+*.tag
+*.example.ini \ No newline at end of file
diff --git a/Install/Zip2008.list b/Install/Zip2008.list
index b611bf832..0b45d81f3 100644
--- a/Install/Zip2008.list
+++ b/Install/Zip2008.list
@@ -6,13 +6,10 @@
..\MCServer\items.ini
..\MCServer\monsters.ini
MCServer*debug.cmd
-banned.example.ini
-groups.example.ini
+*.example.ini
Lua-LICENSE.txt
LuaExpat-license.html
LuaSQLite3-LICENSE.txt
MersenneTwister-LICENSE.txt
settings.example.ini
-users.example.ini
-webadmin.example.ini
-whitelist.example.ini \ No newline at end of file
+webadmin.example.ini \ No newline at end of file
diff --git a/Install/banned.example.ini b/Install/banned.example.ini
deleted file mode 100644
index ba53ec59f..000000000
--- a/Install/banned.example.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[Banned]
-;PlayerName=1
-
diff --git a/Install/groups.example.ini b/Install/groups.example.ini
deleted file mode 100644
index 87b28b70d..000000000
--- a/Install/groups.example.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/Install/settings.example.ini b/Install/settings.example.ini
deleted file mode 100644
index 46f92ef74..000000000
--- a/Install/settings.example.ini
+++ /dev/null
@@ -1,31 +0,0 @@
-[Server]
-Port=25565
-MaxPlayers=42
-Description=MCServer - Slightly more custom!
-
-[Worlds]
-DefaultWorld=world
-;World=world_sexy
-
-[Plugins]
-NewPlugin=Core
-NewPlugin=ChatLog
-
-[HelpPlugin]
-ShowPluginNames=1
-
-[Physics]
-Water=0
-
-[Redstone]
-SimulateRedstone=0
-
-[Monsters]
-AnimalsOn=0
-AnimalSpawnInterval=10
-Types=Spider,Chicken,Cow,Pig,Sheep,Squid,Enderman,Zombiepigman,Cavespider,Creeper,Ghast,Silverfish,Skeleton,Slime,Spider,Zombie
-
-[Authentication]
-Server=session.minecraft.net
-Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%
-Authenticate=0
diff --git a/Install/users.example.ini b/Install/users.example.ini
deleted file mode 100644
index 2065d3e37..000000000
--- a/Install/users.example.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[SomeAdmin]
-Groups=Admins
-
-[FancyModerator]
-Groups=Moderators
-
-[ImportantPerson]
-Groups=Vips \ No newline at end of file
diff --git a/Install/webadmin.example.ini b/Install/webadmin.example.ini
deleted file mode 100644
index 5d6b24063..000000000
--- a/Install/webadmin.example.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[WebAdmin]
-Enabled=1
-Port=8080
-
-[User:admin]
-Password=admin \ No newline at end of file
diff --git a/Install/whitelist.example.ini b/Install/whitelist.example.ini
deleted file mode 100644
index 7e06ba8d4..000000000
--- a/Install/whitelist.example.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[WhiteListSettings]
-WhiteListOn=0
-
-[WhiteList]
-;PlayerName=1
-