Jump to content

KJSniper

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by KJSniper

  1. Does anyone know of a plugin that will watch staff (moderators & administrators) and record commands, chat logs, ban/jail reasons, etc. in easy to access/read logs? I'm really just trying to watch and see if powers are being abused.
  2. Can you post your permissions.yml in pastebin here?
  3. Hmm, and you're positive it's setup right?
  4. The reason I ask is because whenever you rollback pipes with CoreProtect, the pipes glitch and have the pipe's outline but are invisible. I got the same errors you are getting when I rolled back pipes for the first time. I would try opping [buildCraft], if you haven't already, and see if that works.
  5. There are several plugins you can get to block items, such as PermissionsEx. To install plugins, take the plugin's jar file and put it into the plugins folder in your main directory, then run the server. This will create a folder (and configurable files) with the plugin's name in the main directory's plugins folder.
  6. You wouldn't happen to have CoreProtect, would you?
  7. I believe the ModifyWorld "interact" permission would block it.
  8. This denies the use of the Philosopher Stone on my server: #Philosopher Stone [27526] ignore-groups=owner on-use=notify,deny,log,tell Put it inside the blacklist.txt in the WorldGuard/world folder.
  9. Yeah, I use WorldGuard to block players from using items.
  10. I use WorldGuard or WorldEdit to block the use of items and notify me when they are trying to be used, but this should stop most situations with those three items: - -modifyworld.items.(craft|drop|have|pickup).(30214|30215|26522) - -modifyworld.blocks.(place|interact|destroy).(30214|30215|26522) - modifyworld.*
  11. Try creating a test world and see if you get the same lag. If you don't then your world must be corrupted or have something slowing it down (machines, overflowing pipes, etc.).
  12. I believe you can just delete the EE2.zip file which is located in your mods folder.
  13. Try this: - -modifyworld.items.(have|pickup).(30214|30215|26522) - -modifyworld.items.use.30214 - -modifyworld.items.use.30215 - -modifyworld.items.use.26522 - modifyworld.* Read this if you haven't, it helped me a lot when I was first trying to ban items. https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld
  14. Ah, try taking the line 8: - modifyworld.* And put it below this on line 17: - -modifyworld.items.pickup.x26522
  15. If you are hosting the server, you have to download the newest server update here and followed the detailed instructions on how to update your server. http://www.technicpack.net/tekkit/ If you are just playing on a server, make sure you have the correct build selected (you can check by clicking the "options" button when you first start up the Technic Launcher).
  16. Could you post your PermissionsEx permissions.yml to pastebin and post that here so I can get a better look? And to answer your question, the line "(place|interact|destroy)" will initiate all three...if you wanted just one you would just put this, for example: - -modifyworld.blocks.place.(26522)
  17. The "/save-all" command just saves the pending changes to your world. It doesn't make a separate save file on your computer; you could backup your server to have a physical file.
  18. Try opping [buildCraft] if you haven't already.
  19. If you use PermissionsEx, try this: - -modifyworld.blocks.(place|interact|destroy).(26522)
  20. Check and see if the Mods are being loaded. If not, I would suggest reinstalling them and seeing if that helps.
  21. If you have the server files you could always edit the Transmutation Tablet file for a particular player inside the world folder.
  22. Try replacing: - -modifyworld.items.place.(128|126:3|126:4) With: - -modifyworld.blocks.place.(128|126:3|126:4)
  23. No, I haven't ever used /reload before since it messes up stuff. What's odd is I can make range uprgades, but not any of the other 3 upgrades.
  24. Title: Upgrades - No such item. Version: 3.1.1 OS: Windows 7 64-Bit Java Version: JRE7 Description of Problem: When I tried to spawn upgrades (overclocker upgrades, transformer upgrades, or energy storage upgrades) it says in the chat log "No such item" and posts nothing in my console. However, when I tried crafting these upgrades it displayed the images of the upgrades and a split second later my client crashes and gives me the error "Internal exception: java.lang.NullPointerException" on my client and "[iNFO] KJSniper lost connection: disconnect.endOfStream" on my console. I know IndustrialCraft is enabled seeing as how I CAN spawn and craft the range upgrade and I have no errors/warnings on my console. Has anyone had this problem or know how to fix it? Error Messages: Error Log:
  25. Can anyone explain what "op [buildCraft]" will do on a server? I opped [buildCraft] earlier after reading several posts it is needed to allow quarries to bypass WorldGuard regions, but I don't want it being op to be exploitable. Is there any risk to having [buildCraft] op? Is there anyway to use PermissionsEx to limit the permissions of the fake user, [buildCraft]?
×
×
  • Create New...