-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration (config file)
###Navigation###
-
How to install TempleCraft
-
Plugin configuration
-
Dependencies & Supported Plugins
-
Commands & Permissions
-
How to set up a temple
-
Tools for temples (Signs and Blocks)
-
How to export or import a temple
-
How to upload a temple
##config.yml##
settings:
repairdelay: 5
Time until Blocks are being replaced. Lower Numbers prevent you from getting suffocated in Creeper made holes.
maxeditworlds: 2
Sets the max. open editworlds at the same time on the server
maxtemplesperperson: 1
Sets the max. number of temples per person.
rejoincost: 10
When you die, it will cost currency.
breakablemats: 30,50,82
This allows the listed blocks to be generally breakable in all temples.
goldpermob: 50-100
Defines how many currency each mob drops.
dropblocks: false
This sets if destroyed blochs should drop.
constantworldnames: false
Activate this for better plugin support. If activated, no more then 1 instance of each temple can be active at the same time.
manageinventory: true
This sets that inventories should be handled by templecraft when entering/leaving temples. Only disable this if you know what you're doing and have a similar plugin installed.
updatenotification: true
If true, templecraft gives you a hint when a new stable build is out.
language: en-US
This sets your language file. de-DE, en-US, ..
enabledcommands: /tct
Every command that should be accessable within temples must be listed here.
enableclasses: true
This is needed for being able to setup classes. If true you still do not need to add a class sign if you don't want to use classes in a temple.
placeablemats: 50
This allows the listed blocks to be generally placed in all temples.
allowunsafeenchantments: true
Allows items to become unsafe enchantments (like Knockback on Hoe).
debug: true
If activatet, this let's templecraft set up its own debug log for error reportings. Only activate when testing.
hitendwaitingtime: 5
Time before the temple closes when all players hit the end-block or left Set this higher if you encounter problems with temples not being able to unload/delete!
##classes.yml##
classes:
Archer:
Above you define the name for your class
items: wood_sword:1:30, bow, arrow:128, grilled_pork, 383:5:95, 352:5
Here you list all items you want to class to start with. Remember to seperate them with a ","!
armor: 298,299,300,301
Here is defined what armor your class brings to battle. Put in 0 or nothing to set an empty slot.
Enchanted Items:
To enchant a weapon or tool (or even more things with unsafe enchantments allowed, use on own risk!) you have to set it up like this:
<item>:<enchantmantid>-<enchantmantlevel>
Potions:
Potions are added like this:
<potion or 373>:<count>:<potion id>
-> Create own classes or modify the existing ones like you want!
-> Remember to share them in the Class-Thread! :)