Rules
Tribals uses rule files to run the game. Players may customize their servers easily with programmable rule files, made with JSON data format. Rule files can be found at Server Settings.
Scripting Rules

Editing Rule Files

Steps to validate your rule files:


If everything is properly formatted, it shows "JSON is valid" message. It means your rule file is good to go! 
The suggestions (expecting) are examples of what could be written in place of that character that causes the error
Starter Items (starter_items.json) :
As you can see from the example above, we added a wooden bow under "items" element. So along with a stone, players will get a free bow along with the stone when they respawn/spawn.
General Settings (general_settings.json):
Items (items.json):
island-0x0.json:
Animals (animals.json):
Animals Spawn (animals_spawn.json):
Building Wheel (building_wheel.json):
Settings (settings.json):
Last updated