Advertisement
Guest User

Untitled

a guest
May 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. messages:
  2. give: "Hai dato a {player} {num} casse {name}."
  3. giveall: "Hai dato a tutti i giocatori del server {num} casse {name}."
  4. giveall-broadcast: "Ti e stata data la cassa {name}&7."
  5. errore-numero: "&c&l(!) &cIl valore non è un numero"
  6. errore-inventario: "&c&l(!) &cDevi avere almeno {num} slot vuoti nel tuo inventario"
  7. errore-opencase: "&c&l(!) &cNon puoi aprire la cassa {name}" #il {name} indica il nome del materiale del case in questo caso "&dnMagic Cases"
  8. cases-title: "&fItem Rimanenti &e{item}"
  9.  
  10. cases:
  11. magic: [questa è la config della animazione war]
  12. animation: WAR #[NONE, CSGO, SPINNER, WAR, BLOCK, ROTATOR #WAR: quella vista nel video su youtuber BLOCK: quella del blocco che si piazza e poi si rompe ROTATOR: quella della OP enchanting box con i libri che giravano attorno]
  13. material: 2 #ID:DATA
  14. item: "&dnMagic Cases" #nome che appare nell'item che ti avrà in mano
  15. lore:
  16. - "ciao bello di mamma"
  17. - "ecco una magic cases"
  18. - ""
  19. - "&7Click destro per aprirla"
  20. inventory-space: 3 #gli spazi che deve avere vuoto il player che nel messaggio di errore si indica con {num}
  21. glow: true / false #se l'oggetto cioè la cases devo brillare o no
  22. perm: true / false #se è true il permesso sarà "aloacases.open.<nome-case>"
  23. rewards:
  24. stone:
  25. material: STONE;0
  26. amount: 1 #quallo che si vede nella GUI
  27. name: '&8&lStone'
  28. lore:
  29. - '&7hello amico'
  30. glow: true
  31. enchant: PROTECTION:2; UNBREAKING:4 #ENCHANT:LIVELLO_ENCHANT
  32. chance: 0.5 / 1 / ecc....
  33. actions:
  34. - '[ConsoleCommand] gmc %player%'
  35. cobblestone:
  36. material: COBBLESTONE;0
  37. amount: 2 #quallo che si vede nella GUI
  38. name: '&8&lStone'
  39. lore:
  40. - '&7hello amico'
  41. glow: true
  42. enchant: [] #nulla
  43. chance: 0.5 / 1 / ecc....
  44. actions:
  45. - '[ConsoleCommand] give %player% cobblestone 2'
  46. #[ConsoleCommand] <command>
  47. #[OperatorCommand] <command>
  48. #[Message] <messaggio> #messaggio che arriva al giocatore
  49. #[TitleBroadcast] <title>;<subtitle>
  50. #[Title] <title>;<subtitle>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement