PAPI & HEX (RGB) & MODEL SUPPORT
WARNING (Model support)
The plugin is still in the testing phase, model support has become a bit complicated in the recent versions of Minecraft (I don't follow the updates...) but thanks to a few sources I discovered how to add it. Currently the plugin is designed to allow only one version. In multi-version support like ViaVersion; some players may have problems viewing the model.
Thank you for using the plugin!
This is my first plugin and I will never stop developing it, please let me know your requests on discord <3 Now in 1.21.4+ custom model data [integer-floats-strings] is now supported! Also the much awaited RGB support has been added!
Multiple version support that you can use without any problems in models:
1.16 - 1.20.4
1.20.5 - 1.21.3
1.21.4 >
Code (Text):
1.16-1.20.4 [INTEGER]: {id: "minecraft:stone", tag: {CustomModelData: 1}}
1.20.5-1.21.3 [INTEGER]: {id: "minecraft:stone", components: {"minecraft:custom_model_data": 1}}
1.21.4-1.21.6 [FLOATS & STRINGS]:
- {id: "minecraft:stone", components: {"minecraft:custom_model_data": {"floats":[1]}}}
- {id: "minecraft:stone", components: {"minecraft:custom_model_data": {"strings":["test"]}}}
Code (Text):
Patterns:
send toast %string% with icon %string% and (style|type) %string% if %boolean% to all [players]
send toast %string% with icon %string% and (style|type) %string% if %boolean% to %players%
send toast %string% to %players%
send toast %string% to all [players]
send toast %string% with icon %string% to %players%
send toast %string% with icon %string% to all [players]
send toast %string% with (style|type) %string% to %players%
send toast %string% with (style|type) %string% to all [players]
send toast %string% with icon %string% and (style|type) %string% to %players%
send toast %string% with icon %string% and (style|type) %string% to all [players]
Example:
command toast:
trigger:
send toast "&6&lHI SPIGOT!" with icon "STONE" to players
COMMANDS
-
/anect reload
-
/anect toast (all/players:[Player1,Player2]/(playerName)) glowing:true/false message:#ffffffHELLO HELL! icon:[floats=, strings=, (Legacy) integer=] type:[GOAL,TASK,CHALLENGE]
Code (YAML):
permission:
anecustomtoast.admin:
default
: op
anecustomtoast.show:
default
: op
![[IMG]](//proxy.spigotmc.org/9a76c5f9affd0969169b2a7a1d6530937d7b261c/68747470733a2f2f6273746174732e6f72672f7369676e6174757265732f62756b6b69742f616e65437573746f6d546f6173742e737667)