Entities

Untitled

Jun 12th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. How to Make pastebins
  2. First put
  3. command-block-overrides: []
  4. aliases:
  5. then 4 spaces and command
  6. Help:
  7. then 4 spaces and then what it will do
  8. - ping &8&m------&6Help&8&m------
  9. You can put as much commands you want it to do
  10. Now for Making more commands you want to Put 4 spaces and the new command
  11. Remember it is the same prossecse
  12. cb:
  13. - tellraw @a ["",{"text":"\u00a78[\u00a74Server Name\u00a78] ","color":"none"},{"text":"$$1-","color":"gray"}]
  14. The Harder ones like staff mode are also easy
  15. Staff-chat:
  16. - scoreboard players tag @p[c=1] add StaffChat
  17. - tellraw @a[tag=StaffChat] ["",{"text":"StaffChat » ","color":"gold"},{"selector":"@a[c=1]","color":"yellow"},{"text":" Joined the staff chat! type /schat <text> to speak!","color":"green"}]
  18. With Commands Like Staff Chat you need to know how to work ScoreBoards
Add Comment
Please, Sign In to add comment