Advertisement
SoniaK

Dawson

Mar 11th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Dawson
  2. 1. Use essentials signs to execute your commands for a player.
  3. a. Do /pl auto to go to Creative world. [warp]
  4. 1. Enable certain signs in your essentials config.
  5. enabledSigns:
  6. - color
  7. - balance
  8. #- buy
  9. #- sell
  10. #- trade
  11. - free
  12. - disposal
  13. - warp
  14. - kit
  15. - mail
  16. #- enchant
  17. #- gamemode
  18. - heal
  19. - info
  20. - spawnmob
  21. - repair
  22. #- time
  23. #- weather
  24. 2. Make signs starting with [warp] then add the warp
  25. b. Do /kit Started for beginning supplies. Add that into your essentials kit file to automatically be given to players when they log in.
  26. 1. In kits.yml
  27. Member:
  28. delay: 604800
  29. items:
  30. - iron_sword 1 name:&2Stone_Rank_Sword
  31. - iron_axe 1 name:&2Stone_Rank_Axe
  32. - iron_shovel 1 name:&2Stone_Rank_Shovel
  33. - iron_pickaxe 1 name:&2Stone_Rank_Pickaxe
  34. - iron_helmet 1 name:&2Stone_Rank_Helmet
  35. - iron_chestplate 1 name:&2Stone_Rank_Chestplate
  36. - iron_leggings 1 name:&2Stone_Rank_Leggings
  37. - iron_boots 1 name:&2Stone_Rank_Boots
  38. - steak 16
  39. - chest 2
  40. - golden_shovel 1 name:&2Claim_Shovel
  41. 2. In config.yml (essentials)
  42. # Do we want to give users anything on first join? Set to '' to disable
  43. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  44. #kit: ''
  45. kit: Member
  46. c. Do /is to go to Skyblocks [warp]
  47. a. Make signs starting with [warp] then add the warp
  48.  
  49.  
  50. 2. The brackets in chat <[Member]Player> need to be cleaned up.
  51. a. In essentials config:
  52. format: '&a{DISPLAYNAME}&f: {MESSAGE}'
  53.  
  54. 3. Clearlagg is running way to often. That in itself causes lag. Go into it's config and change the interval. I personally have it set to:
  55. autoremoval-interval: 7200
  56. AND
  57. warnings:
  58. - 'time:7020 msg:&4[ClearLag] &cWarning Ground items will be removed in &7+remaining &cseconds!'
  59. - 'time:7160 msg:&4[ClearLag] &cWarning Ground items will be removed in &7+remaining &cseconds!'
  60.  
  61. 4. The spawn area looks incomplete and unprofessional in my opinion. Boring build. Brick house floating makes no sense to me.
  62. 5. I had no permissions as a member to /msg or /mail send.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement