Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Comment must start with '#' at the beginning of the line
- {
- "mainData":{
- "includeBookCommand": 1,
- "version": 0,
- "title": "\u00a7cCustom Commands",
- "author": "\u00a7aMarcono1234",
- "generation": 2,
- "introduction":[
- "{text:\"Introduction\n\",color:green,bold:true,underlined:true},{text:\"Let's say that is an introduction\",bold:false,underlined:false,color:black}",
- "{text:\"Do we really need another page for that?\"}",
- ],
- },
- "index":{
- "title": "{text:\"An Index\",color:gold,underlined:true}",
- "list":{
- "type": "numeric",
- "pointType": "{text:\".\",color:dark_green}",
- "extra":{
- "type": "alphabetic",
- "pointType": "{text:\".\",color:aqua}",
- },
- },
- },
- "commands":[
- {
- "name": "{text:\"Commands\",color:green}",
- "type": "text",
- "commands":[
- {
- "name": "{text:\"First command\",color:blue}",
- "nameUsePrefix": 1,
- "type": "commands",
- "admin": 0,
- "commands":[
- "/say @a[score_%_max,score_%_min]",
- "/tellraw @a[score_%_max,score_%_min] {text:Click,clickEvent:{action:suggest_command,value:\"/give @a hugs 64\"}}",
- ],
- },
- {
- "name": "{text:\"Second command\",color:blue,extra:[{text:\"(Hidden)\",color:gray}]}",
- "nameUsePrefix": 1,
- "type": "commands",
- "indexName": "",
- "admin": 1,
- "commands":[
- "/execute @a[score_%_min,score_%_max] ~ ~ ~ /say But of course!",
- "/execute @a[score_%_min,score_%_max] ~ ~ ~ /setblock ~ ~ ~ lava",
- ],
- },
- {
- "name": "{text:\"Try \",extra:[{text:\"this\",hoverEvent:{action:show_text,value:{text:\"Nothing special\",italic:true}}}]}",
- "indexName": "{text:\"Colors?\",color:gold}",
- "nameUsePrefix": 1,
- "type": "commands",
- "commands":[
- "/give @a[score_%_min,score_%_max] dirt 1 0 {ench:[],display:{Name:§6Colors!,Lore:[§bIndeed]}}",
- ],
- },
- ],
- },
- ],
- }
Advertisement
Add Comment
Please, Sign In to add comment