DarkRender Posted July 29, 2012 Share Posted July 29, 2012 So I want to disable players from having certain items, like the destruction catalyst ect. But I want some players to be able to have them that's why I downloaded the plugins. But the thing permissionsEx seems to skip the negative nodes and skip straight to modifyworld.* Here's my permissions config. And yes I have items-restrictions enabled in modifyworld config. http://pastebin.com/DCMupUTp Link to comment Share on other sites More sharing options...
XTFOX Posted July 29, 2012 Share Posted July 29, 2012 https://github.com/PEXPlugins/PermissionsEx/issues/404 This was a good source of information. Link to comment Share on other sites More sharing options...
Exerpt Posted July 29, 2012 Share Posted July 29, 2012 If you are still having trouble, an alternative that i found quickly would be to use Hawkeye. It will log players actions, allow you to rollback grief, and has a blocked items list based on Item ID's! block-filter: - 140 - 150 if you wanted to block, the blocks with ID's 140 & 150 you would make it block-filter: 140 150 This Block-Filter is found at the bottom of the Hawkeye Config.yml Having trouble finding a mysql database for hawkeye? go here: http://www.freemysql.net/ Enjoy Link to comment Share on other sites More sharing options...
DarkRender Posted July 29, 2012 Author Share Posted July 29, 2012 Thanks for the help! I ended up using NoItems, working great. Link to comment Share on other sites More sharing options...
overload Posted July 29, 2012 Share Posted July 29, 2012 I came up with a problem where noitem.noplace.128 fails to listen to -noitem.noplcae.128.1 Tried to use x in front of item id's and still same result - or it bans both or it allows to place both. Then, I tried to do it via modifyworld, but when ever I type in usable item ID it fails to work. Tried it with regex and still the same, but when I type let's say -modifyworld.blocks.destroy.dirt it works, if I type -modifyworld.blocks.place.x128 it doesn't Heeelp! Link to comment Share on other sites More sharing options...
Nerd_304 Posted July 29, 2012 Share Posted July 29, 2012 I came up with a problem where noitem.noplace.128 fails to listen to -noitem.noplcae.128.1 Tried to use x in front of item id's and still same result - or it bans both or it allows to place both. Then, I tried to do it via modifyworld, but when ever I type in usable item ID it fails to work. Tried it with regex and still the same, but when I type let's say -modifyworld.blocks.destroy.dirt it works, if I type -modifyworld.blocks.place.x128 it doesn't Heeelp! here's part of mine for some items you have to count for the damage value for that item after it's spawned in so just adding the :?* helps block it but you will need a plugin to stop the craft because MW and pex isn't that great on stopping the craft. - -modifyworld.items.(craft|drop|have|pickup).(30215:?*|30214:?*|30213:?*|27593:?*|27584:?*|27582:?*|27581:?*|27580:?*|27579:?*| Link to comment Share on other sites More sharing options...
overload Posted July 29, 2012 Share Posted July 29, 2012 I solved my problem already, It's for alchemical chest. As we know dupe is possible by placing and destroying it, I disabled both of those but made condenser place'able and craftable so that people could enjoy it Link to comment Share on other sites More sharing options...
menopoo Posted July 29, 2012 Share Posted July 29, 2012 Okay so I have a Tekkit server up running and everything working I am using Hamachi to tunnel the server so that it is a private server and so on, now when I try to /Op Menopoo it tells me this "I'm sorry, but you do not have permission to perform this command. Please contact the server administrator if you believe that this is in error." Now I was under the impression that I was the server administrator and I have been looking around all day trying to find out how to program the Permissions.yml file but to no avail I even downloaded Notepad++. Would someone be so kind as to Que me into what I am doing wrong or if I even have the right plugins (if i need any at all) to do what I want to do IE pull items in to the game if needed, change the time of day, or even fly and ECT. I do not know. I read the posts above and I am wondering if Permissionsex is necessary to do those functions or if I can just do that with the Permissions.yml file and if I can do it with the permissions.yml file then what is the properway to program this(Does not need to be coded here just simply point me in the right direction please also I will continue searching the forums for the answer.) Link to comment Share on other sites More sharing options...
DarkRender Posted July 29, 2012 Author Share Posted July 29, 2012 write "op menopoo" in the server console. Link to comment Share on other sites More sharing options...
menopoo Posted July 29, 2012 Share Posted July 29, 2012 write "op menopoo" in the server console. I tried that just now and it delivered the text as a standard message. I went through these forum posts as well with CTRL+F and turned up very little info about permissions none of which had the answer I am looking for. Link to comment Share on other sites More sharing options...
overload Posted July 29, 2012 Share Posted July 29, 2012 well, usualy when you type in console op menopoo it should op you, saying Opping menopoo and in-game you should see "You are now OP!" This is it, there are no other ways to set op to player. Unless you can stop your server and in server files find text file named ops.txt and add your name there If that doesn't help - you're doing something wrong Link to comment Share on other sites More sharing options...
Nerd_304 Posted July 29, 2012 Share Posted July 29, 2012 I tried that just now and it delivered the text as a standard message. I went through these forum posts as well with CTRL+F and turned up very little info about permissions none of which had the answer I am looking for. you need to add the permission node to your self "permissions.*" Link to comment Share on other sites More sharing options...
DarkRender Posted August 7, 2012 Author Share Posted August 7, 2012 I solved my problem already, It's for alchemical chest. As we know dupe is possible by placing and destroying it, I disabled both of those but made condenser place'able and craftable so that people could enjoy it How did you made the alchmical chest non-placeable and the condenser placeable? Link to comment Share on other sites More sharing options...
overload Posted August 7, 2012 Share Posted August 7, 2012 add this to your permissions file for specific group. - -modifyworld.blocks.destroy.x128 - -modifyworld.blocks.place.x128 Link to comment Share on other sites More sharing options...
herrozerro Posted August 7, 2012 Share Posted August 7, 2012 I am having a hard time disabling items. I have a default group with -modifyworld.* and they work but if I were to add -modifyworld.items.have.3 to my members group everyone can still have dirt. here is my permissions file: http://pastebin.com/JmxQQ26j i dont understand why -.modifyworld.* works but nothing more specific works. here is my modify world config as well. http://pastebin.com/JY3H9dHL Link to comment Share on other sites More sharing options...
overload Posted August 7, 2012 Share Posted August 7, 2012 http://pastebin.com/zTczDXgd try this one, and tell me the results Link to comment Share on other sites More sharing options...
herrozerro Posted August 8, 2012 Share Posted August 8, 2012 Okay, that seemed to work, but there is a slight issue when i try to put .126:?*, it takes 1268 away as well. What did you change? Did you just tab everything over? Link to comment Share on other sites More sharing options...
overload Posted August 8, 2012 Share Posted August 8, 2012 I just added member group a modifyworld.* and placed it bellow the non-allowed permission nodes For regular item baning try plugin noitem it is a bit easyer for start. If you want to ban specific item from 126 item list Type removal permission like this: - -modifyworld.blocks.place.126.5 Link to comment Share on other sites More sharing options...
Phuriousgeorge Posted August 8, 2012 Share Posted August 8, 2012 Type removal permission like this: - -modifyworld.blocks.place.126.5 Is that the way it's entered? With a period rather than a colon? (ie: - -modifyworld.blocks.place.126:5) I don't do permissions in-game, so haven't experienced it, but I do know within the file you use the colon. Link to comment Share on other sites More sharing options...
overload Posted August 8, 2012 Share Posted August 8, 2012 Is that the way it's entered? With a period rather than a colon? (ie: - -modifyworld.blocks.place.126:5) I don't do permissions in-game, so haven't experienced it, but I do know within the file you use the colon. This does mather, and yes it can't be done with colon. See the difference for your self: http://gyazo.com/f0f65ead59cb602a6ca410003cc4da8b Link to comment Share on other sites More sharing options...
DarkRender Posted August 9, 2012 Author Share Posted August 9, 2012 add this to your permissions file for specific group. - -modifyworld.blocks.destroy.x128 - -modifyworld.blocks.place.x128 Tried this with and without the x before the numbers, didn't work. Here's my permissions. http://pastebin.com/PggWrbCT Link to comment Share on other sites More sharing options...
Phuriousgeorge Posted August 9, 2012 Share Posted August 9, 2012 Hmm, I have all of my config collected into a few permission nodes without x's. Let me see if I can get it off my FTP from my phone and copy it here really quick... Done. Here's what I've got as an example, and works perfectly: - -modifyworld.items.(craft|drop|have|pickup).(23|46|126:0|126:1|126:2|126:4|126:5|126:6|126:7|126:10|126:11|128:1|130|149|178|179|190:6|194:2|207|208|214|216:?*|233|237|239|246:5|250:15|7270|7303|7310|7493|27526:?*|27527:?*|27530:?*|27531:?*|27532:?*|27533:?*|27534:?*|27535:?*|27536:?*|27537:?*|27538:?*|27543:?*|27544:?*|27545:?*|27546:?*|27547:?*|27548:?*|27549:?*|27550:?*|27551:?*|27552:?*|27553:?*|27555:?*|27556:?*|27564:?*|27565:?*|27566:?*|27567:?*|27568:?*|27569:?*|27570:?*|27572:?*|27573:?*|27574:?*|27575:?*|27576:?*|27577:?*|27578:?*|27579:?*|27580:?*|27581:?*|27582:?*|27583:?*|27584:?*|27592|27593:?*|27594|30148:?*|30149:?*|30173:?*|30177:?*|30208:?*|30213|30214|30215) - -modifyworld.blocks.(place|interact|destroy).(23|46|126:0|126:1|126:2|126:4|126:5|126:6|126:7|126:10|126:11|128:1|130|149|178|179|190:6|194:2|207|208|214|216:?*|233|237|239|246:5|250:15|7270|7303|7310|7493|27526:?*|27526:?*|27527:?*|27530:?*|27531:?*|27532:?*|27533:?*|27534:?*|27535:?*|27536:?*|27537:?*|27538:?*|27543:?*|27544:?*|27545:?*|27546:?*|27547:?*|27548:?*|27549:?*|27550:?*|27551:?*|27552:?*|27553:?*|27554|27555:?*|27556:?*|27562:?*|27564:?*|27565:?*|27566:?*|27567:?*|27568:?*|27569:?*|27570:?*|27572:?*|27573:?*|27574:?*|27575:?*|27576:?*|27577:?*|27578:?*|27579:?*|27580:?*|27581:?*|27582:?*|27583:?*|27584:?*|27592|27593:?*|27594|30148:?*|30149:?*|30173:?*|30175:?*|30176:?*|30177:?*|30178:?*|30186|30208:?*|30213|30214|30215) Sorry about the large code window...doesn't want to get any smaller -.- Link to comment Share on other sites More sharing options...
overload Posted August 9, 2012 Share Posted August 9, 2012 Tried this with and without the x before the numbers, didn't work. Here's my permissions. http://pastebin.com/PggWrbCT http://gyazo.com/b5eecf99a985d90e44b89ea8d26df751 This is what worked for me, though I have no idea why but I had to re-try it like 20 times and when I lost all hope suddenly when I last time tried my first combination to type permissions (the one in screenshot) it worked. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now