brunyman / ItemRestrict

Restrict item ownership, placement, usage, pickup, crafting, brewing, creative menu.
4 stars 6 forks source link

Using Bukkit API instead of id #1

Open Yann151924 opened 8 years ago

Yann151924 commented 8 years ago

Hi,

You think it's possible to change a little part of your plugin to handle the banned items with the BUKKIT API, it can be better you can use MINECRAFT_STONE instead of id 1. It will be quite cool for moded server, don't have to change the config for new servers and less work :)

Some other plugin like this https://github.com/KasperFranz/ItemRestrict have a fork to handler BUKKIT API but i don't like the config is strange :) and not very functionnal.

KasperFranz commented 8 years ago

The config on the project you are refering to is a fork of http://dev.bukkit.org/bukkit-plugins/item-restrict/

feel free to make issues with what you think should be changed in my fork of that plugin :)

Eufranio commented 8 years ago

Use material names :/

brunyman commented 7 years ago

Problem is this was intended to work mainly on Modded servers, and some items there share the same material names, right?