NoItem
NoItem v3.1.0 - DERP.
What does it do?
NoItem aims to allow server admins to restrict almost any aspect of players actions via permissions. Things such as placing and breaking blocks, interacting with levers and buttons, opening chests and furnaces, even breeding animals can be controlled! There are of course other things that can be restricted as well. For a complete list, check the wiki!
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Downloads:
http://dev.bukkit.org/server-mods/noitem/files/
Beta/Development builds may contain bug fixes, but also may contain new bugs
So before you report a bug, check and see if a new build has fixed it!
Feature List
NoItem can restrict the following:
- Crafting certain items
- Holding certain items
- Having certain items
- Brewing certain potions
- Cooking certain items
- Picking up certain items
- Dropping certain items
- Placing certain blocks
- Breaking certain blocks
- Wearing certain armors
- Interacting with certain items / entities in general
- Left clicking certain items / entities
- Right clicking certain items / entities
- Using certain tools. (right click / left click / in general)
Commands
| Command | Permission | Description |
|---|---|---|
| /noitem | noitem.admin | Prints current NoItem version |
| /noitem reload | noitem.command.reload | Reloads the configuration |
| /noitem debug toggle | noitem.command.debug.toggle | Toggle debugging |
| /noitem debug dump | noitem.command.debug.dump | Write debug file to the servers base directory |
Videos
FAQ
Q: How do I...
A: Check the wiki! If you are still confused and have tried to figure it out, ask in the comments.
Q: There is an error in the console or something is not working as expected
A: Submit a bug report to github! (Link above) DO NOT post the error in the comments section! Also be sure to include the error in your report.
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
NoItem 4.X - It's Aliiiveeee!
NoItem 4.X is currently in development and is not finished. There will be bugs, there will be a lack of certain features, there will be questions.
Here is the link to the information page: https://github.com/nala3/Noitem4/wiki
Here is the link to the development builds: http://ci.worldoftomorrow.net/ (Also on the wiki page)
Submit bug reports to the github bug tracker.
Currently known issues are:
- None - Please report any found!
Currently Implemented Features (also their permissions)
- break
- place
- craft
- open
- cook
- pickup
- drop
- hold
- interact.object
- interact.entity
- use - is buggy and needs refinement
Permissions format:
- noitem.action.<action>.<object>[.secondaryValue]
- noitem.object.<object>[.secondaryValue].<action>
- Asterisk values are supported for specific actions and objects. not for all actions or objects at once. (e.g. noitem.action.* is not supported, but noitem.action.break.* is)
I am open to suggestions on what other action to implement on top of the ones I am currently working on.
A wild
button appears!
You use "CLICK". Its super effective!
-
View User Profile
-
Send Message
Posted Sep 6, 2013Nevermind. It's working now :)
-
View User Profile
-
Send Message
Posted Sep 6, 2013@lANTHONYl
Hmmm, that didn't seem to work.
-
View User Profile
-
Send Message
Posted Sep 6, 2013@Charl101
Go into /plugin/NoItem/lists/tools.yml and under the Other node add the item IDs for those items. Then assign the nouse. perm nodes as needed.
-
View User Profile
-
Send Message
Posted Sep 6, 2013Which function can I use to stop flint and steel, lava buckets and water buckets from being used? Thanks
-
View User Profile
-
Send Message
Posted Aug 29, 2013@mcnameharrybridgen
Use the itemID. These values can be found here. There is also a post in the forum detailing (almost) EVERY possible noitem permission.
-
View User Profile
-
Send Message
Posted Aug 29, 2013Hey, how do you do like leggings? I'v tried leggings, legs, pants, none work. Any help?
noitem.nowear.diamondleggings.*: true
-
View User Profile
-
Send Message
Posted Aug 27, 2013@Marium0505
noitem.nobreak.*
noitem.noplace.*
-
View User Profile
-
Send Message
Posted Aug 27, 2013Can you add a permission to ban both block placing and block breaking?
-
View User Profile
-
Send Message
Posted Aug 27, 2013Hi
I've this error (1.6.2-R0.1beta server and last 3.0.7 version)
-
View User Profile
-
Send Message
Posted Aug 26, 2013@FlOppythp
I'm going to update the project page here to include more detailed usage information. For the time being, you can take a look at this forum post.
-
View User Profile
-
Send Message
Posted Aug 26, 2013@FlOppythp
You can use itemID. In fact, that is the preferred method.
-
View User Profile
-
Send Message
Posted Aug 22, 2013Yeah it works I just tested it but what does nohave do I have it set up with my perms but they can still have the item in there inventor what exactly does it do ?
-
View User Profile
-
Send Message
Posted Aug 22, 2013I can use item ids instead of the item name such as wood being 5 if its a oak plank
-
View User Profile
-
Send Message
Posted Aug 22, 2013@Shad0wSpl1c3r and @semirotta
I noticed it worked in 1.6.2 with errors. jw if i would always have to see them. thanks for replying though.
-
View User Profile
-
Send Message
Posted Aug 22, 2013@Shad0wSpl1c3r
it works in 1.6.2 but it gives a nasty error once in a while (something to do with inventory and chest usage i believe). No issues but it is annoying :D
-
View User Profile
-
Send Message
Posted Aug 22, 2013Thank you for the amazing plugin! This works INFINITELY better than ItemRules. Clean-cut, and effective.
@zachrywilsn
This works for me on 1.6.2 with no issues.
-
View User Profile
-
Send Message
Posted Aug 22, 2013@NemesisMate
any way i could get that working version for 1.6.x or is there a link i missed?
-
View User Profile
-
Send Message
Posted Aug 21, 2013@darkaln
Yes, I think this is possible, I'll try it when I have time (Not too much since finals of September), by the way I wrote it on a to-do list so when I have time I remember that things.
-
View User Profile
-
Send Message
Posted Aug 21, 2013@darkaln
why won't you prevent crafting them completely?
-
View User Profile
-
Send Message
Posted Aug 16, 2013@NemesisMate
Hi, can you add support for cancelling drink event? People can still drink potions suppose they have the slot selected earlier and obtained it via creative menu. I wanted to use this to stop people from using invisibility potions.