Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Config-Version=1
  2. Misc {
  3. # Commands to run on island creation and reset
  4. Create-Commands=[
  5. "is create"
  6. ]
  7. # Automatically create an island for a player on join
  8. Island-on-Join=false
  9. # Commands to run on island resets only
  10. Reset-Commands=[
  11. "is reset"
  12. ]
  13. }
  14. Storage {
  15. MySQL {
  16. Location="xx.xxx.xx.xx"
  17. Name=scSE
  18. Password=xxx
  19. Port=3306
  20. Table-Name=islands
  21. Username=skyclaims
  22. }
  23. SQLite {
  24. Location="./"
  25. Name=skyclaims
  26. }
  27. # The type of data storage to use. Supports [SQLite, MySQL]
  28. Type=MySQL
  29. }
  30. World {
  31. # Name of the biome to change islands to upon creation. Default: plains
  32. Default-Biome=plains
  33. # Height to build islands at. Default: 72
  34. Island-Height=255
  35. # Name of the world to manage islands in. Default: world
  36. SkyClaims-World=Isolonice
  37. # The height & width of regions to reserve for Spawn. Default: 1
  38. Spawn-Regions=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement