Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 25 additions & 19 deletions minecraft_servers/craftergang/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,91 +20,97 @@
"name": "Crafterbreak",
"color": "#07F0E0",
"command": "/gametp crafterbreak",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"ironprotect": {
"name": "IRONPROTECT",
"color": "#2f3d4c",
"command": "/gametp ironprotect",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"getdown": {
"name": "GetDown",
"color": "#07F0E0",
"command": "/gametp getdown",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"uhcbingo": {
"name": "UHCBingo",
"color": "#C21588",
"command": "/gametp uhcbingo",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"cookies": {
"name": "Cookies",
"color": "#07F0E0",
"command": "/gametp cookies",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"blockhunt": {
"name": "BlockHunt",
"color": "#27E0F5",
"command": "/gametp blockhunt",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"minefighter": {
"name": "Minefighter",
"color": "#785117",
"command": "/gametp minefighter",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"welt-untergang": {
"name": "Untergang",
"color": "#0bde19",
"command": "/gametp wu",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"superbreakblocks": {
"name": "SuperBreakBlocks",
"color": "#bf1077",
"command": "/gametp sbb",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"switchffa": {
"name": "SFFA",
"color": "#07F0E1",
"command": "/gametp sffa",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"cb": {
"name": "CB 1.8 & 1.21.5",
"name": "CB 1.8 & 1.16.5",
"color": "#0d6914",
"command": "/gametp cb1",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"duels": {
"name": "Ultimate Duels",
"dragonescape": {
"name": "dragonescape",
"color": "#d506b8",
"command": "/gametp duels",
"versions": "1.7<26.1.1"
"command": "/gametp df",
"versions": "1.7<*"
},
"lavaescape": {
"name": "lavaescape",
"color": "#d506b8",
"command": "/gametp le",
"versions": "1.7<*"
},
"mlgrush": {
"name": "MLGRUSH",
"color": "#6badf6",
"command": "/gametp mlgrush",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"skypvp": {
"name": "SkyPvP",
"color": "#f7df05",
"command": "/gametp spvp",
"versions": "1.7<26.1.1"
"versions": "1.7<*"
},
"survival": {
"name": "Survival",
"color": "#f705ab",
"command": "/gametp survival",
"versions": "1.21.8<26.1.1"
"versions": "1.21.8<*"
}
},
"chat": {
Expand Down
Loading