https://github.com/daboross/removegoditems
Bukkit plugin - Removes god items from player inventories
https://github.com/daboross/removegoditems
Last synced: over 1 year ago
JSON representation
Bukkit plugin - Removes god items from player inventories
- Host: GitHub
- URL: https://github.com/daboross/removegoditems
- Owner: daboross
- License: gpl-3.0
- Created: 2013-07-08T06:35:10.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T08:26:10.000Z (almost 12 years ago)
- Last Synced: 2025-01-30T14:27:00.999Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 475 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RemoveGodItems - Stop cheating players
======================================
Features
========
Removes all unattainable enchantments from inventories of players at the following times:
* When a creative player gets a new item
* When a player joins
* Shortly after a player changes worlds
Also logs all changes to console
Configuration
=============
config.yml
```
# Should god items be removed instead of 'fixed'?
remove-items: false
```
Basically, set remove-items to true if you want items to be completely removed if they are invalid. When false, items will have all enchantment levels reduced to normal.
Commands
========
* /rgireload
* Permission is `removegoditems.reload`
* Reloads the configuration.
Useful Links
============
* [Github source](https://github.com/daboross/RemoveGodItems)
* [Github Wiki](https://github.com/daboross/RemoveGodItems/wiki)
Development Builds
==================
* [Development builds](http://ci.dabo.guru/p/BukkitPlugins_RemoveGodItems)
* [Download latest development build](http://ci.dabo.guru/d/BukkitPlugins_RemoveGodItems_MainBuild/RemoveGodItems.jar)