Jump to content

xjjon88

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by xjjon88

  1. So I am using modifyworld but it does not seem to work. I am using disable craft as well but I would want to be able to restrict certain items to certain groups, etc. - -modifyworld.items.(craft|drop|have|destroy).(301208:?*|207|246:5) - modifyworld.* Is there anything wrong with the syntax? I'm getting frustrated :/ The spacing is right, etc, and I checked it with a parser. Also is there any other plugin to recommend for item banning for different boots?
  2. Hey I want to disable this on my server completely, was wondering if it had it's own mod folder, or do I have to disable them by ID? I checked inside all the zips and didn't find anything "wireless redstone" so just want to make sure. Thanks.
  3. I use a plugin "DisableCraft" which easily allows you to disable items by adding their IDs to their config. It's pretty easy to configure but I can help you out if you need. feel free to msg me.
  4. Any thoughts on how they might affect server performance? Allow or no?
  5. Here is the log of when the backup starts, and when the server had to be restarted. Two backup plugins tried to run here but only the Backup plugin ran, essentials did not, because the backup.sh file was disabled. 2012-08-11 22:09:12 [iNFO] [backup] Started Backup...[m 2012-08-11 22:09:12 [iNFO] CONSOLE: Forcing save..[m 2012-08-11 22:09:12 [iNFO] CONSOLE: Save complete.[m 2012-08-11 22:09:12 [iNFO] CONSOLE: Disabling level saving..[m 2012-08-11 22:09:15 [WARNING] Can't keep up! Did the system time change, or is the server overloaded? 2012-08-11 22:09:15 [iNFO] [MineConomy] [iNFO] Auto-Saving files... 2012-08-11 22:09:16 [iNFO] [MineConomy] [iNFO] Finished auto-save. 2012-08-11 22:09:29 [WARNING] Can't keep up! Did the system time change, or is the server overloaded? 2012-08-11 22:09:31 [iNFO] /50.23.30.168:39222 lost connection 2012-08-11 22:09:32 [iNFO] Backup started 2012-08-11 22:09:32 [iNFO] CONSOLE: Forcing save..[m 2012-08-11 22:09:32 [iNFO] CONSOLE: Save complete.[m 2012-08-11 22:09:32 [iNFO] CONSOLE: Disabling level saving..[m 2012-08-11 22:09:32 [sEVERE] null java.io.IOException: Cannot run program "backup.sh": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) at com.earth2me.essentials.Backup$1.run(Backup.java:86) at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) at java.lang.Thread.run(Thread.java:722) Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:135) at java.lang.ProcessImpl.start(ProcessImpl.java:130) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021) ... 3 more 2012-08-11 22:09:32 [iNFO] CONSOLE: Enabling level saving..[m 2012-08-11 22:09:32 [iNFO] Backup finished 2012-08-11 22:11:33 [iNFO] Starting minecraft server version 1.2.5 2012-08-11 22:11:33 [iNFO] Attempting early MinecraftForge initialization 2012-08-11 22:11:33 [iNFO] Completed early MinecraftForge initialization
  6. It says that it can't keep up, did system time change. Then it crashes a little bit after. I am going to try to use this: http://ess.khhq.net/wiki/Backup The first line declare -a worlds, it says that there is an unexpected "(" which I am not sure why it says that.. declare -a worlds=(my_server_world my_server_world_nether) backupdir=backups/ ext=.zip hdateformat=$(date '+%Y-%m-%d-%H-%M-%S')H$ext ddateformat=$(date '+%Y-%m-%d')D$ext numworlds=${#worlds[@]} echo "Starting multiworld backup..." if [ -d $backupdir ] ; then sleep 0 else mkdir -p $backupdir fi zip $backupdir$hdateformat -r plugins for ((i=0;i<$numworlds;i++)); do zip -q $backupdir$hdateformat -r ${worlds[$i]} echo "Saving '${worlds[$i]}' to '$backupdir$hdateformat'." done cp $backupdir$hdateformat $backupdir$ddateformat echo "Updated daily backup." find $backupdir/ -name *H$ext -mmin +1440 -exec rm {} \; find $backupdir/ -name *D$ext -mtime +14 -exec rm {} \; echo "Removed old backups." echo "Backup complete."
  7. Yeah that is the line for the error, it's the backupscript that essentials recommends in their wiki. @Expozay, it's not just freezing, it kicks everyone off and I have to restart the server most of the time to bring it back up. I don't think it could be the hardware because I watch the memory / cpu usage and it never goes really high at all.
  8. Ah okay, I will check out essentials backup. Do you know what the problem with this is? declare -a worlds=(world world_nether) It tells me there is an unexpected "("
  9. The logs showed errors because of files conflicting because they were being edited by MC. Located inside the /world/ folders or /world_nether/
  10. okay I am not sure why but I just ran a backup again and it crashed my minecraft server (disconnected clients). I am using fwbackups, on a xeon quad core 3440 | 8mb ram w/ 6gb allocated to minecraft.
  11. I've been using fwbackups on my debian system. It works great but I run into a problem while using scheduled backups. Sometimes it will run into a file that is being edited, and will skip over it. Any work around to that?
  12. Post what you think is the best utility for backups. I have been using Backup (the plugin) but the plugin causes my server to freeze after backup (when there is 30~ people online). So I am trying to look for a better alternative.
  13. Well the problem is I go there, and I don't see any of the actual pipes, there's nothing there? I do see wires, but those are from IC2, not BC. Would it be trying to restore pipes there were once there?
  14. Hey so I am using CoreProtect and I rolled back a house for someone, which had buildcraft pipes inside. I am assuming that this is causing the error because it could not rollback the pipes. The error is: [sEVERE] [buildCraft] Pipe failed to load from NBT at 214,63,354. [iNFO] [buildCraft] Error creating pipe type 0 (class=null) And I am receiving multiples of these, from different coordinates. Is there a way to fix this?
  15. So I have a quarry and pump, but for some reason the pump is not pumping in a 2x2 block. the quarry works, and I have pumps working in different parts of the map (under an ocean). Plugins that I am using are: CoreData WorldEdit WorldGuard Residence LWC Essentials Mineconomy WorldBorder Orbfuscator Dynmap Any ideas? The water does flow in the 2x2, meaning if i make it bigger, it will move, and it is infinite. But the water does not go into the engine. I pumped oil into to the machine fine though.
  16. Still can't get it to work :/ Do you think it is conflicting with residences? Edit: found out residences is causing it not to work, anyway to fix this?
  17. Check out my server: It is just opened.
  18. Well anyone have ideas to why it doesn't work?
  19. I am using Residence, and the miner is inside my residence. I am using IC2 miner for exactly the reason Torezu stated, besides I don't need all the cobblestone and sand that the quarry digs up.
  20. Just checking to see if using op [industrialCraft] Is the way to allow the miner to mine? My quarry was not working and using op [buildCraft] fixed it. I op'd IndustrialCraft though and still no luck. I hear the sound of the miner though.
  21. I was wondering the same. This is a great guide btw.
  22. ban nukes, tnt, equivalent exchange
  23. You probably upgraded bukkit
  24. Ah I figured out the problem using my Eu meter, I had a rogue wire sticking out and it was losing all the output from that.
  25. By using the batboxes to troubleshoot, do I just watch to see if the charging speed gets slower? Also, I have luminators all along the wires, would that significantly lower the amount of power being transfered even though the MSF-U is fully charged?
×
×
  • Create New...