Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. P

    [Script,Linux] Auto-Start FTB Server on Crash + Automatic Backups

    Why not go with rdiff and then you can back up every... 5 minutes if you want to? You could still tar or zip every X hours for an archive, but full zips every X hours for your primary backup choice eats a lot of disk space and IO. #! /bin/bash #SET THE FOLLOWING VARIABLES...
  2. P

    Server Owners Assemble! a Fix or better solution needs to exist!

    Found a client and I'm not sure I can fix it (I really can't code). I see where it's calling for creative but I'm not sure if I can prevent it. I'll give it a shot though.
  3. P

    Server Owners Assemble! a Fix or better solution needs to exist!

    True, I can just cronjob to grep/pipe the server log to a new file. I just keep all my logs separate. Thanks for cleaning my shitty code up. New Version 2.0: - Added permissions thanks to cjm721. Non-ops with 'noCreativeForYou.bypass' will bypass the ban...
  4. P

    Server Owners Assemble! a Fix or better solution needs to exist!

    Yeah, didn't think about Adventure mode. Go ahead and push perms and I'll update a link for everyone. Might be nice to have a log file too, but I'd have to bust out some google-fu to do that. Thanks.
  5. P

    Server Owners Assemble! a Fix or better solution needs to exist!

    I remember seeing this before, but is this only for Ultimate? Definitely had our spawned griefed with Nagas before. Totally sucked, but it was kind of funny... Anyway, I coded a plugin to hopefully protect against this. This plugin will detect players switching from Survival Mode to Creative...
  6. P

    Auto-Restart Script

    Are you able to load plugins with mcpc or are you just running the default ftbserver.jar? Plugin = http://dev.bukkit.org/bukkit-plugins/autorestart/ No plugins = use the script at the bottom of his description and create a batch file with it. Then set it up Windows Task Scheduler.
  7. P

    FTB Unleashed Server Looking for Admins

    I think you should be a bit more open as I've been down this road before and it can turn ugly. As you simply stated: "The server will be sponsored by, ran by, and hosted by the Fail Gaming Community." Please tell us what events are preventing you (or your community owner) from dedicating time...
  8. P

    Good Server host?

    I didn't know creeperhost gave out SSH, are you locked in your home dir? Root access? I'm currently using http://provisionhost.com/minecraftservers.php and you get: root, SSH/SFTP, McMyAdmin, and good support. They have a location in Toronto so it can't get any closer to NY than that, although...
  9. P

    Mixing Peaceful and Survival?

    Nice, the biome trick StaticPixel mentioned would probably work too. It's doable with WorldEdit.
  10. P

    Mixing Peaceful and Survival?

    I guess it boils down to why you want it on peaceful. Do you just not want players to take any damage for events or something ( /god)? Or is it simply an eye candy world for your visitors? Does the mv bug happen on world creation too? I haven't really had to toggle those per-world options yet...
  11. P

    Mixing Peaceful and Survival?

    Try using MultiVerse and setting the world to Peaceful
  12. P

    Solved FTB Unleashed 1.1.3 - MCPC+ 1.5.2 Build 643

    It's where classes are stored. PermSize is the initial allotment and MaxPermSize is the max it will scale to. This may help: https://blogs.oracle.com/jonthecollector/entry/presenting_the_permanent_generation
  13. P

    Open Server play.amfmc.net | Unleashed 1.1.3 | Mature Community | Plugin Devs | 24/7 | GriefPrevention | Mumble

    Added dynmap and unbanned tons of items for 'mining world' joys.
  14. P

    Best server host?

    Look into Snort (MySQL) and Acidbase to view.
  15. P

    Problem FTB Unleashed 1.1.3 steady TPS Decline

    Don't forget "Chunk Loader fixes -- recommend setting load-chunk-on-request to false. "
  16. P

    Best server host?

    I agree, I admit it's deceiving but I sort of want to give them the benefit of the doubt since it's a new location. But they do have the specs in the FAQ. At least give me an asterisk on the fancy spec sheet so I know to look closer. I really hope the server will hold 30-40 fine until we can...
  17. P

    Placement limits for 1.5.2

    TekkitRestrict was pretty boss at a few things, and the block limiter was one (also openalc was a godsend). Even if you brushed out a player's blocks with Voxel or WE, it would update the player's allotment. You could always view his source here: https://github.com/EterniaLogic/TekkitRestrict...
  18. P

    Handling chunkloading and limiting?

    That's what I do. Also, I believe Teleporters from IC2 were/are chunk loaders. Ender-thermics are as well. '/chunkloaders' is pretty nice.