mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2026-06-04 11:46:55 +00:00
Add 1.20.3 and 1.20.4 support
This commit is contained in:
@@ -25,6 +25,11 @@ public class ItemizerX extends JavaPlugin
|
||||
getCommand("itemizer").setTabCompleter(new ItemizerXTab());
|
||||
switch (getNMSVersion())
|
||||
{
|
||||
case "v1_20_R3" ->
|
||||
{
|
||||
getCommand("itemizer").setExecutor(new ItemizerXCommand());
|
||||
attr = new dev.plex.itemizerx.v1_20_R3.AttributeManager();
|
||||
}
|
||||
case "v1_20_R2" ->
|
||||
{
|
||||
getCommand("itemizer").setExecutor(new ItemizerXCommand());
|
||||
|
||||
Reference in New Issue
Block a user