Adds drugs and other usefull things to minecraft as a PaperMc plugin.
1.Download the latest release and put it in your PaperMc server's plugin directory. 2.(optional) Download and place the resourcepack in your clients resourcepack directory.
OR
1.Compile it yourself by cloning this repository and running maven clean install
2.Move/Copy the compiled .jar file to your PaperMc server's plugins directory.
3.(optional) Download and place the resourcepack in your clients resourcepack directory.
Inside minecraft write /paperdrugs help
to see available commands.
(Make sure that you have the required permissions to use the commands if you use a permission manager plugin)
If you'd like to contribute or have an idea for a feature that should be implemented, feel free to do contribute or suggest features.
Contributing
- Write understandable code.
- Write comments describing what something does.
- When commiting, write an understandeble message.
- Be sure to follow the already existing file structure. If something dosn't fall under one of the existing directories, feel free to create your own.
Suggesting Features
- Check if a similar feature has already been suggested.
- Be as descriptive or not as you'd like but if your idea is not easy to understand, dont expect a 1 to 1 implementation.
- Add suggestions under a new issue with the label
🏷️ improvement
- Beware that blocks also need custom items. Please add both the item and the block, (and the crafting recipe) to the issues description.
No license. Use however you want, I dont care.
Entities:
- Changed Wandering Trader to sell drugs.
- Custom Villager with custom trades.
Custom Items:
- Cocaine - Drug
- Meth - Drug
- Liquid Meth - Drug, Crafting Item
- Chemicals - Crafting Item
- Weed - Drug
Custom Recipes:
- Craft 1 iron_ingot from 4 ender_pearls.
- Remove/Make smaller item frame hitboxes.
- Teleport signs that take you to a biome/location, accesible by water, when clicked on it.
- Craft black dye with coal
- Granny milk
- Decorative Anvil that can't be used and is cheaper to make
Custom Blocks:
- Decorative Anvil - can't be used
Custom Commands
- GetDrugs - gives the player all drug items.
- SpawnCustomVillager "name" "position" "trade1" "trade2"... - spawns a custom villager with the speciefied trades.
- ShowDebugStatements - shows debug statements in the players in-game chat.
- ListDecorativeAnvils - lists all decorative anvil locations.
- GetWTEgg - gives the player a Wandering Trader Egg.
- ChangeVillagerYaw - changes the nearest villagers yaw. (Usefull if you need to rotate a custom villager)
- add/removeTrade - adds/removes a trade from a villager.