Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "minPlayers": {
- "type": "INTEGER",
- "default": 2
- },
- "teamMode": {
- "type": "BOOLEAN",
- "optional": true
- },
- "grianBases": {
- "type": "SECTION",
- "name": "Team",
- "requires": 2,
- "identifier": "color",
- "array": true,
- "color": {
- "type": "TEAM"
- },
- "generator": {
- "type": "BLOCK",
- "hologram": "%teamcolor%%team%'s Generator"
- },
- "spawns": {
- "requires": 1,
- "type": "BLOCK",
- "array": true,
- "tool": {
- "material": "BLAZE_ROD",
- "title": "%teamcolor%Add %team% Spawn",
- "description": "Right click a block to add a spawn there\nThis tool cannot be shared across teams",
- "identifier": "parent.color"
- },
- "display": {
- "type": "ARMORSTAND",
- "identifier": "parent.color",
- "hologram": "%teamcolor%%team%'s Spawn #%index%"
- }
- },
- "grianNPC": {
- "type": "BLOCK",
- "hologram": "%teamcolor%%team%'s Grian",
- "identifier": "parent.color"
- }
- },
- "lobbySpawn": {
- "type": "BLOCK",
- "hologram": "Lobby Spawn"
- },
- "diamondGenerators": {
- "requires": 2,
- "type": "BLOCK",
- "hologram": "&bDiamond Generator",
- "array": true
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment