AnvilControl
AnvilControl blocks stacks that are stacked over the standard stacksize created by using stack plugins or the give command. Additionally it offers some features to block the placing, using or breaking of anvils and the ability to disable the transfering of enchantments to other tools/wapons/armor or to cap the transferred enchantments to an strength.
Lore
To use this features the player needs the appropriate permisson (refer to "2.3. Permissions").
Add Lore to an item
In order to add a line of text as lore to an item simply write "@loreadd text" in the name field.
If you wan't too add another line just repeat it.
Clear Lore of an item
If you wan't to clear it's lore just use "@loreclear" in the name field
Configuration
On the first run of this Plugin it will create the AnvilControl directory containing an config.cfg
Language
Set the language field field in the config.cfg to your preferred language possible are
- Version 1.1.0
- 'de_DE' for german
- 'en_US' for english
- 'ko_KR' for Korean (thanks to ZwingGX for the translation)
- Version 1.0.2 and lower
- 'de' for german
- 'en' for english
- 'kr' for Korean (thanks to ZwingGX for the translation)
If you want to add additional languages just copy a file in the AnvilControl/lang/ directory translate the content and rename it.
If you want that minecraft uses the localized enchantment names use as file name the same as it uses in the lang directory inside of the craftbukkit.jar.
I'd add additional languages if some one could translate one of the files and post its content in a ticket.
If you find some spelling mistakes feel free to leave a comment or create a ticket.
Manage Enchantments
Version 1.2.0 and abrove
Version 1.1.0 and lower
Permissons
- anvilcontrol.use
- controls if you can open an anvil
- anvilcontrol.place
- controls if you are able to place an anvil
- anvilcontrol.break
- controls if you are able to destroy an anvil it can still be broken by using it
- anvilcontrol.allowrename
- controls if you are able to rename items
- anvilcontrol.allowlore
- allows you to add lore to an item or clear it
- anvilcontrol.check
- allows you to use the command to check disabled and caped enchantments
- anvilcontrol.config
- allows you to use the config command
Changelog
- Version 1.2.1
- Fixed config command for enchantment names containing spaces just surround it with '"'
- Version 1.2.0
- Added config command
- Added command to test deaktivated and caped enchants
- Had to change the format of the config file sorry :-(
- Fixed a bug with Shift-Click
- Version 1.1.0
- Lang-System rewritten
- Version 1.0.2
- Added Korean translation
- Version 1.0.1
- Fixed english translation for
- use
- place
- breake
- Fixed english translation for
- Version 1.0.0
- Initial release