Stars: 102
Forks: 121
Pull Requests: 66
Issues: 355
Watchers: 29
Last Updated: 2023-07-17 21:37:19
An open source custom enchantment plugin for PocketMine-MP
License: Apache License 2.0
Languages: PHP
PiggyCustomEnchants is an open-sourced custom enchants plugin for PocketMine-MP featuring over 90 custom enchantments.
Q: How do I create/use an enchanted book?
A: If you want to create an enchanted book, use the /ce enchant command on a normal book. Afterwards, you place the item you want to enchant on top of the enchanted book. It will then enchant your item.
chances.json
: Allows custom chance multipliers for any reactive enchantments.
chance multiplier * enchantment level
.extra_data.json
config.yml
has many options. Some that you should pay attention to are:
disabled-enchants
: Allows certain enchants to be disabled
disabled-enchants:
- Porkified
per-world-disabled-enchants
: Allows certain enchants to be disabled in specific worlds
per-world-disabled-enchants:
# Disables Porkified & Volley in PlotWorld
PlotWorld:
- Porkified
- Volley
# Disables Jetpack in SurvivalWorld
SurvivalWorld:
- Jetpack
world-damage
: Toggles world damage for explosive enchantments
Command | Description | Permissions | Aliases |
---|---|---|---|
/customenchant |
Main command for PiggyCustomEnchants | piggycustomenchants.command.ce |
/ce |
/customenchant about |
Shows version and author information | piggycustomenchants.command.ce.about |
/ce about |
/customenchant enchant |
Command to enchant an item with custom enchants | piggycustomenchants.command.ce.enchant |
/ce enchant |
/customenchant help |
Lists all PiggyCustomEnchant commands | piggycustomenchants.command.ce.help |
/ce help |
/customenchant info |
Gives information on a custom enchant | piggycustomenchants.command.ce.info |
/ce info |
/customenchant list |
Lists all PiggyCustomEnchants enchants | piggycustomenchants.command.ce.list |
/ce list |
/customenchant nbt |
Outputs the NBT of the held item | piggycustomenchants.command.ce.nbt |
/ce nbt |
/customenchant remove |
Removes a custom enchant from the held item | piggycustomenchants.command.ce.remove |
/ce remove |
Permissions | Description | Default |
---|---|---|
piggycustomenchants |
Allows usage of all PiggyCustomEnchants features | op |
piggycustomenchants.command |
Allow usage of all PiggyCustomEnchants commands | op |
piggycustomenchants.command.ce |
Allow usage of the /customenchant command | op |
piggycustomenchants.command.ce.about |
Allow usage of the /customenchant about subcommand | true |
piggycustomenchants.command.ce.enchant |
Allow usage of the /customenchant enchant subcommand | op |
piggycustomenchants.command.ce.help |
Allow usage of the /customenchant help subcommand | true |
piggycustomenchants.command.ce.info |
Allow usage of the /customenchant info subcommand | true |
piggycustomenchants.command.ce.list |
Allow usage of the /customenchant list subcommand | true |
piggycustomenchants.command.ce.nbt |
Allow usage of the /customenchant nbt subcommand | true |
piggycustomenchants.command.ce.remove |
Allow usage of the /customenchant remove subcommand | op |
piggycustomenchants.overridecheck |
Allow overriding of custom enchant level limit and item restriction | false |
Copyright 2017 DaPigGuy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.