libraryaddict

Untitled

Jul 30th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.25 KB | None | 0 0
  1. {
  2.   "minPlayers": {
  3.     "type": "INTEGER",
  4.     "default": 2
  5.   },
  6.   "teamMode": {
  7.     "type": "BOOLEAN",
  8.     "optional": true
  9.   },
  10.   "grianBases": {
  11.     "type": "SECTION",
  12.     "name": "Team",
  13.     "requires": 2,
  14.     "identifier": "color",
  15.     "array": true,
  16.     "color": {
  17.       "type": "TEAM"
  18.     },
  19.     "generator": {
  20.       "type": "BLOCK",
  21.       "hologram": "%teamcolor%%team%'s Generator"
  22.     },
  23.     "spawns": {
  24.       "requires": 1,
  25.       "type": "BLOCK",
  26.       "array": true,
  27.       "tool": {
  28.         "material": "BLAZE_ROD",
  29.         "title": "%teamcolor%Add %team% Spawn",
  30.         "description": "Right click a block to add a spawn there\nThis tool cannot be shared across teams",
  31.         "identifier": "parent.color"
  32.       },
  33.       "display": {
  34.         "type": "ARMORSTAND",
  35.         "identifier": "parent.color",
  36.         "hologram": "%teamcolor%%team%'s Spawn #%index%"
  37.       }
  38.     },
  39.     "grianNPC": {
  40.       "type": "BLOCK",
  41.       "hologram": "%teamcolor%%team%'s Grian",
  42.       "identifier": "parent.color"
  43.     }
  44.   },
  45.   "lobbySpawn": {
  46.     "type": "BLOCK",
  47.     "hologram": "Lobby Spawn"
  48.   },
  49.   "diamondGenerators": {
  50.     "requires": 2,
  51.     "type": "BLOCK",
  52.     "hologram": "&bDiamond Generator",
  53.     "array": true
  54.   }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment