final update of the plugin

This commit is contained in:
unurled 2022-01-06 11:24:01 +01:00
parent 952ed13086
commit 00cb3c2b8c
18 changed files with 465 additions and 179 deletions

View file

@ -0,0 +1,2 @@
package gq.unurled.raxen.components.lootchest;public class GUI {
}

View file

@ -0,0 +1,2 @@
package gq.unurled.raxen.components.lootchest.loots;public class CustomLoot {
}

View file

@ -0,0 +1,2 @@
package gq.unurled.raxen.components.lootchest.loots;public class LootItem {
}

View file

@ -0,0 +1,2 @@
package gq.unurled.raxen.components.lootchest.loots.test;public class TestSword {
}

View file

@ -0,0 +1,2 @@
package gq.unurled.raxen.listener.player;public class ClickBlockEvent {
}

View file

@ -0,0 +1,2 @@
package gq.unurled.raxen.manager;public class LootManager {
}

View file

@ -0,0 +1,4 @@
package gq.unurled.raxen.utils;
public class WorldEdit {
}

View file