Removed all example ini files from Install.
They are copied from MCServer by the nightbuild script.
This commit is contained in:
3
Install/.gitignore
vendored
3
Install/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
MCServer.exe
|
||||
*.7z
|
||||
*.tag
|
||||
*.tag
|
||||
*.example.ini
|
||||
@@ -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
|
||||
webadmin.example.ini
|
||||
@@ -1,3 +0,0 @@
|
||||
[Banned]
|
||||
;PlayerName=1
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1,8 +0,0 @@
|
||||
[SomeAdmin]
|
||||
Groups=Admins
|
||||
|
||||
[FancyModerator]
|
||||
Groups=Moderators
|
||||
|
||||
[ImportantPerson]
|
||||
Groups=Vips
|
||||
@@ -1,6 +0,0 @@
|
||||
[WebAdmin]
|
||||
Enabled=1
|
||||
Port=8080
|
||||
|
||||
[User:admin]
|
||||
Password=admin
|
||||
@@ -1,6 +0,0 @@
|
||||
[WhiteListSettings]
|
||||
WhiteListOn=0
|
||||
|
||||
[WhiteList]
|
||||
;PlayerName=1
|
||||
|
||||
Reference in New Issue
Block a user