akon1248

Skellett Config

Mar 16th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. # Skellett the addon with the beast name!
  2. # By the one and only LimeGlass
  3.  
  4. version: "1.9.6b"
  5.  
  6. # The syntax debug will change the colour of the found syntax option. That way it's easier to tell if that syntax was registered out of all the debug messages.
  7. syntaxDebug: "Sound"
  8. debug: false
  9.  
  10. # Checks for the latest Skellett version from Spigot.
  11. VersionChecker: true
  12.  
  13. # Save input so you can get the last known client border data of a player in an expression.
  14. # If this is set to false. It can cause alot of lag if you don't have the greatest server.
  15. ClientWorldBordersSave: true
  16. # This makes the client border syntax modify the border of the world a player is in and not make them client side.
  17. NormalBorders: false
  18.  
  19. # Broadcast all the syntax that didn't register to the console.
  20. NotRegisteredSyntax: false
  21.  
  22. # Disables the warning message saying a syntax can't be registered due to current spigot version.
  23. DisableCompatableWarning: false
  24.  
  25. # Disables the message saying the total number of syntax registered and the final registered message.
  26. DisableRegisteredInfo: false
  27.  
  28. # In the center message effect. This changes the length of the centered character.
  29. CenterMessageSize: 62
  30.  
  31. # Runs Regenerators Asynchronously. Requires FAWE https://www.spigotmc.org/resources/free-fast-async-worldedit.13932/
  32. Async: false
  33. # Should FAWE start regenerating the Regenerator before all the blocks are calculated? (This speeds up the regenerators)
  34. RegeneratorAutoQueue: false
  35.  
  36. # Enables 1.8 pvp combat speeds if you run a 1.11 server with protocolsupport.
  37. Enable1_8pvp: false
  38.  
  39. PluginHooks:
  40.  
  41. # This allows for custom tablist players using plugin https://www.spigotmc.org/resources/api-tablistapi-1-7-1-8-1-9.9667/
  42. TabListAPI: false
  43. # The TabClearPlayer tells skellett if it should clear just Tab Items or clear players and Tab Items when using the clear tablist expression.
  44. TabClearPlayer: false
  45.  
  46. LibsDisguises: false
  47.  
  48. # If you use Fedual https://www.spigotmc.org/resources/feudal-completely-configurable.22873/
  49. Feudal: false
  50.  
  51. # If you use OITB https://www.spigotmc.org/resources/%E2%99%9B-one-in-the-battle-advanced-%E2%99%9B-unlimited-fun-%E2%99%A5-for-all-kinds-of-players-%E2%99%A5.24702/
  52. OITB: false
  53.  
  54. # If you use ProtocolSupport https://www.spigotmc.org/resources/protocolsupport.7201
  55. ProtocolSupport: false
  56.  
  57. # If you use SquidHQ http://squidhq.com/
  58. SquidHQ: false
  59.  
  60. # If you use Citizens https://www.spigotmc.org/resources/citizens.13811/
  61. Npc: false
  62.  
  63. # If you use zPermissions https://dev.bukkit.org/projects/zpermissions
  64. zPermissions: false
  65.  
  66. # If you use Holograms https://www.spigotmc.org/resources/holograms.4924/
  67. Holograms: false
  68.  
  69. # If you use RPG Leveling https://www.spigotmc.org/resources/rpg-player-leveling.11096/
  70. RpgLeveling: false
  71.  
  72. # If you use CorpseReborn https://www.spigotmc.org/resources/corpsereborn.29875/
  73. CorpseReborn: false
  74.  
  75. # If you use PlayerPoints https://dev.bukkit.org/projects/playerpoints
  76. PlayerPoints: false
  77.  
  78. # If you use Eggwars https://www.spigotmc.org/resources/eggwars-villagers-multiarena-bungee-generators-configurable.14476/
  79. Eggwars: false
  80.  
  81. # If you use PlaceholderAPI https://www.spigotmc.org/resources/placeholderapi.6245/
  82. PlaceholderAPI: false
  83.  
  84. # If you use RedisBungee https://www.spigotmc.org/resources/redisbungee.13494/
  85. # This needs SkellettProxy installed and connected.
  86. RedisBungee: false
  87.  
  88. # If you use NametagEdit https://www.spigotmc.org/resources/nametagedit.3836/
  89. NametagEdit: false
  90.  
  91. # If you use Worldedit https://dev.bukkit.org/projects/worldedit
  92. Worldedit: false
Add Comment
Please, Sign In to add comment