Jump to content

pherce

Members
  • Posts

    99
  • Joined

  • Last visited

Everything posted by pherce

  1. I believe this is an issue with the air block. Any kind of teleport tool like Tele++ or the compass do not work unless you can interact. Hopefully an easy fix and a lot of plugins will be functional!
  2. LogBlock works mostly for us. Sometimes you place the tool block and just get zero results though. Not as in 'no edits', it simply doesn't query SQL. Restarts usually fix it.
  3. Because PEX doesn't display prefixes on its own. You need HeroChat, mChat, or whatever else strikes you fancy.
  4. Again, set the fakeplayers to your builder rank. There is NEVER a good reason to op them.
  5. Opping fakeplayers is the laziest and dumbest thing you can do for your server. The plugin (or any plugin) doesn't know that JoeBlow's quarry is the quarry editing the world so it will rip right through your spawn, LWC, or anything else that is op-only. Set the fakeplayers to builder rank or whatever else you use for regular players. In your Factions config there will be a setting for "playersWhoBypassAllProtection" That's where you would place [buildCraft] and whatever else. Again though, that means any fakeplayer can always bypass protection and I am sure you can imagine the amount of grief that you will open up by using this setting. It isn't a friendly toggle like GriefPrevention on a per-user basis: it's global. Best bet is to just tell players to quarry or whatever right outside their land.
  6. You should be running this version of WorldEdit (No, it doesn't need to match the AlienX version): http://dev.bukkit.org/server-mods/worldedit/files/16-world-edit-5-4-2/ Pull those other plugins throwing exceptions and you should be fine.
  7. You should get an error like "User is not on the default ladder" I never used the weights because the rank was always enough. I have no idea what they even do, but otherwise your file looks fine. You still need to 'group set' to go from "player" to "staff" though since that is the end of that ladder.
  8. Wat? It is. This is exactly what he wanted. 2 + 38 = 40. Then divide by 2.
  9. What are you viewing chunks with? We had the exact same problem in our spawn (which is permanently loaded with MultiVerse). Always had to open the cpu for 'startup' to work. Turns out the monitor was not completely in the chunk.
  10. logic { enableSounds=0 minInterval=38 .2 for the built-in minimum for the timer, plus 38 ticks give 2 seconds.
  11. http://canyouseeme.org/ Check port 25565. If it's not open then you need to adjust your firewall.
  12. What are you trying to disable first of all? If it's something EE-related you can disable any item through its config.
  13. No, that would just mean that your cpu is on top of your monitor. That doesn't necessarily mean it is the same chunk (Minecraft's 16x16x256 chunk). I promise you that's your problem. Edit: the WHOLE structure needs to be in one chunk. All the monitors and CPU.
  14. It's because your monitor and cpu are not in the same chunk. The entire thing must be in one chunk or you will have this problem. Turn on chunks with REI (or WorldEdit CUI with //chunk) and you can check to see if indeed that is your problem.
  15. Same here. They're also whispering players to join their server. http://dev.bukkit.org/server-mods/antiad-jne/ Blocks all IP advertising (can do urls as well, but that's pretty annoying) in all chat channels. Alerts staff who have a special permission node and auto-bans after a threshold of spam is met.
  16. Why not just do it in the RedPower config? logic { enableSounds=1 minInterval=18
  17. I'm curious, which ones were DoS'ing and what proof do you have?
  18. crontab -e * */12 * * * /path/to/your/script/here (this would run every 12th hour) CTRL+O CTRL+X I'm not the greatest with scripting, but, it looks like that thing will not hop on your Screen. Try to inject with: screen -x SCREENNAMEHERE -X stuff "say Restarting in 1 minute for daily maintenance. $(echo -ne '\r')" sleep 60 screen -x SCREENNAMEHERE -X stuff "say Restarting for daily maintenance. $(echo -ne '\r')" sleep 1 screen -x SCREENNAMEHERE -X stuff "save-all $(echo -ne '\r')" sleep 5 screen -x SCREENNAMEHERE -X stuff "stop $(echo -ne '\r')" sleep 10 mv server.log /backup/log/location/here screen -x SCREENNAMEHERE -X stuff "java -whatever Tekkit.jar $(echo -ne '\r')" exit Also, you need to "chmod +x yourscript" so it can be executed. You can also set a variable for the screen name, paths, and time stamps for your server logs if you chose. That's a rough script but it will get you started. Read the man on Screen if you want to learn about anything else.
  19. I've never used TekkitCustomizer so I can't say if it's good or bad or which one is better, but NoItem has never failed us. As you can see from my line and the op's line, he just has PEX wrong. If TekkitCustomizer used black magic to catch crafting events from project tables then I might give it a shot. Edit: Oh goodness, I'll never run another plugin from that dev again.... PopulationDensity and GriefPrevention are a 1-2 combination for lag on any server that holds 50 people or more.
  20. - noitem.(nopickup|nohold|nowear|nocraft|nouse).(27573|27573.all) That permissions file... clean your stuff up and save some sanity! Don't use xID#, it's not ModifyWorld. You can also add nohave, but we leave it on in case someone brings an item back from the mining world by accident.
  21. I'm thinking your host wants to do that so they can just virtualize more servers on one machine and make more money! If you're allowed to run MCPC (CraftBukkit --) or CB++ (Build 75) then you will see a healthy load balance across all cores on htop, but only if you don't invoke with the taskset. If they push you down that road though (and it would be worse), then at least get them to push MySQL on another thread. Essentially, you want to run those CB forks without taskset or it defeats the purpose of the jar altogether - that is, if you're hosting 50 users or so. You will always be 100% cpu.
  22. Yep, need java 7 for nether ores. sudo apt-get install openjdk-7-jre sudo update-alternatives --config java Then select your 1.7 install.
  23. As the error says, you already have something bound to that port. You likely ran the server twice and already have one up. Try ctrl+alt+delete and kill your java processes and then try again.
  24. Apparently it was enough to get a sweet avatar.
×
×
  • Create New...