Skip to content

Commit

Permalink
Update configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Jun 23, 2024
1 parent 7589a80 commit 2ee7902
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/jeqo/bloons/balloon/BalloonCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class BalloonCore {
private final String[] exampleBalloons = new String[] {
"color_pack_example.yml",
"dyeable_example.yml",
"meg_example.yml",
"multipart_example.yml"
};

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/balloons/color_pack_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It can contain all the way from one balloon to technically an infinite
# amount of balloons, as long as the server can handle it.
blue:
type: single # The type of balloon, this must be single for single balloons
type: single
id: blue
permission: balloon.blue
material: FLINT
Expand Down
16 changes: 2 additions & 14 deletions src/main/resources/balloons/dyeable_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dyeable_example:
type: single
id: dyeable_example
permission: balloon.dyeable
leash-height: 1.2 # The height of the balloon leash from about the players head
balloon-height: 2.0 # The height of the balloon from about the players head
leash-height: 1.2
balloon-height: 2.0
material: LEATHER_HORSE_ARMOR
color: '#ffffff'
custom-model-data: 1
Expand All @@ -15,15 +15,3 @@ dyeable_example:
- '&8Bloons Example Balloon'
- ''
- '&eᴄʟɪᴄᴋ ᴛᴏ ᴇǫᴜɪᴘ'
single_meg_example:
id: single_meg_example
permission: balloon.single_meg_example
meg-model-id: single_meg_example
icon:
material: FLINT
custom-model-data: 7
name: '<white>Single MEG Balloon'
lore:
- '&8Bloons Default Balloon'
- ''
- '&eᴄʟɪᴄᴋ ᴛᴏ ᴇǫᴜɪᴘ'
13 changes: 13 additions & 0 deletions src/main/resources/balloons/meg_example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# An example of a MEG balloon which utilizes custom models from ModelEngine
meg_example:
id: meg_example
permission: balloon.meg_example
meg-model-id: meg_example
icon:
material: FLINT
custom-model-data: 7
name: '<white>MEG Balloon'
lore:
- '&8Bloons Default Balloon'
- ''
- '&eᴄʟɪᴄᴋ ᴛᴏ ᴇǫᴜɪᴘ'

0 comments on commit 2ee7902

Please sign in to comment.