Skip to content

Commit

Permalink
DP & RP | Add new VIP Map
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Aug 23, 2024
1 parent 7b3ca28 commit 2d8faf1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
10 changes: 10 additions & 0 deletions main/assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,16 @@
]
},

{
"type": "bitmap",
"file": "vibecraft:gui/voting/flatgrass_arcade.png",
"ascent": 13,
"height": 138,
"chars": [
""
]
},

{
"type": "bitmap",
"file": "vibecraft:gui/voting/notfound.png",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function nnb_spawnsystem:call_bots {"sel_map":"nn_flatgrass_arcade"}
6 changes: 4 additions & 2 deletions nnb_spawnsystem/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,12 @@ switch(nn_map:map) {
case 14:
call_bots(sel_map="nn_topmodernhouse");
case 15:
call_bots(sel_map="nn_abandonedoffice");
call_bots(sel_map="nn_abandonedoffice");
case 16:
call_bots(sel_map="nn_flatgrass_arcade");
// default:
// say "Unable to find anything";
}
}
}


Expand Down
9 changes: 6 additions & 3 deletions nnb_vote_system/data/nnb_vote/functions/vip_assign.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ scoreboard objectives remove vip_sel_map_3




#> Crossroads Classic
execute if entity @e[name=nn_crossroads_classic,tag=vip_map_1] run scoreboard objectives add vip_sel_map_1 dummy {"text":""}
execute if entity @e[name=nn_crossroads_classic,tag=vip_map_2] run scoreboard objectives add vip_sel_map_2 dummy {"text":""}
execute if entity @e[name=nn_crossroads_classic,tag=vip_map_3] run scoreboard objectives add vip_sel_map_3 dummy {"text":""}


#> FlatGrass Arcade
execute if entity @e[name=nn_flatgrass_a,tag=vip_map_1] run scoreboard objectives add vip_sel_map_1 dummy {"text":""}
execute if entity @e[name=nn_flatgrass_a,tag=vip_map_2] run scoreboard objectives add vip_sel_map_2 dummy {"text":""}
execute if entity @e[name=nn_flatgrass_a,tag=vip_map_3] run scoreboard objectives add vip_sel_map_3 dummy {"text":""}




#> French Jail



Expand Down

0 comments on commit 2d8faf1

Please sign in to comment.