The Bukkit Consulting Firm - Solving all your Bukkit-related challenges! Thread #2

Discussion in 'Bukkit Help' started by Deleted user, Jun 21, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Cowboys1919

    I thought to use more than 1GB ram you needed a 64 bit installation. Correct me if I'm wrong.

    Anyways, I have a question of my own, I'm trying to configure my permissions.yml for my custom spleef server.
    I have 3 permissions in my plugin, spleef.player, spleef.moderator, and spleef.admin. I want moderator to inherit player and admin to inherit moderator. This is what i have:
    Code:
    groups:
        players:
            default: true
            permissions:
                spleef.player: true
                bukkit.command.list: true
        moderators:
            default: false
            inheritance:
            - players
            permissions:
                spleef.moderator: true
                bukkit.command.help: true
                bukkit.command.kick: true
                bukkit.command.ban.*: true
                bukkit.command.unban.*: true
        admins:
            default: false
            inheritance:
            - moderators
            permissions:
                spleef.admin: true
                bukkit.command.*: true
    users:
        Cowboys1919:
            groups:
            - admins
    I've tested it out and i can't use things like kick and my plugin doesn't pick up the spleef.admin.

    What am i doing wrong here?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  2. Offline

    Robby Stolle

    Plugins Currently ran: GroupManager, WorldEdit, Permissions, Craftbukkituptodate, skylandsplus, Backup, Multiverse-Core, DwarfForge, CleanroomGenerator, Essentials, EssentialsXMPP, EssentialsProtect, EssentialsSPawn, Server Port, Multiverse-Portals, Multiverse-SignPortals,EssentialsGeoIP, SimpleChestLock, EssentailsChat

    OS: Ubuntu server 64-bit
    Java: JRE7
    Processor: AMD 925 x4
    Ram: 8gb (3gb to minecraft)

    A have a few problems that I would like to ask the community about. First one that bugs me the most is the death spawning. So when player A dies in world 1 he spawns in work 1 in his bed or at spawn. That good I like that, but when player A dies in world 2 he is repawned in world 1 and I don't want that to happen. In essentials spawn I have this:

    # Set this to lowest, if you want Multiverse to handle the respawning
    # Set this to high, if you want EssentialsSpawn to handle the respawning
    # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
    respawn-listener-priority: lowest

    Which should use Multiverse spawn point but it doesn't.


    The next thing is I have a few maps like this:


    Which the only way I can reload it is to delete the map. SSH into the server and add it again. Is there an easy way to reset this map with a plugin or something?

    Thank you for all of your time.
    -Z3r0
     
  3. Offline

    Cowboys1919

    Hey, I have ubuntu server and i have an auto resetting map, my plugin sets the value of a file called wasRestartOrStop.txt to "1" on restart and "0" by default. Here is my shell script:

    Code:
    #!/bin/bash
    while true;do
      java -Xmx1024M -Xms1024M -jar craftbukkit.jar
      exitcode=$?
      if (( $exitcode != 0 ));then
        echo "Error: Server exited with code $exitcode"
        break
      else
        read status < wasRestartOrStop.txt
        if (( status == 0 )); then
          break
        else
          rsync -rptv --delete-before GoodWorld/ world/
          echo "Restarting server"
        fi
      fi
    done
    echo "Server has quit."
    exit $exitcode
    Just place a clean copy of the world in a folder called GoodWorld and it will replace world with it.
     
  4. Offline

    Omnitv

    What permissions plugin are you using?
    Pex? bPerms?
     
  5. Offline

    Cowboys1919

    Turns out i was just setting the permissions.yml, but that was supposed to be a permissionsbukkit thing. I thought the name permissionsbukkit sounded like a built in thing so i didn't download anything :p
     
  6. Offline

    Yocole

    Could anyone help me out with the Citizens plugin? I need to find out where to place delays on my quests in my quest.yml.
     
  7. Offline

    Robby Stolle

    The only problem with that is I have about 6 other none related worlds that I wouldn't want reset and it looks like I would have to take the server down every time I wanted to redo the map
     
  8. Offline

    Cowboys1919

    Like you want one to be chosen randomly? You can change it to write the value of wasRestartOrStop.txt to a random number and have the shell script process the logic from there.
     
  9. Offline

    Omnitv

    So...what? are you going to use permissionsEx or bPermissions? Personally I hate how permisssionsbukkit formats their yml.
     
  10. Offline

    itwasntme73

    Yup, I have portforwarded both UDP and TCP for 25565.

    I did what you said and canyouseeme.org said that it could not see my port while my server was running.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  11. Offline

    sillyrosster

    He said he didn't even download anything :p Use bPerms because it's just awesome and stuff.
     
  12. Offline

    Omnitv

    ^^
    Yup
     
  13. Offline

    New Motion

    I host a server and I dont have much ideas on what to do for server events or celebrations. The only event/celebration I can think of is a drop party. I really need more ideas so I can keep the players on my server interested and give them more fun on the server.
     
  14. Offline

    Omnitv

    ? erm................. yeah sure man.
     
  15. Offline

    New Motion

    No. I was asking for suggestions on any events/celebrations I can host on my server
     
  16. Offline

    Omnitv

    oh ok well how about a day when users can grief, (With a server backup of the world) or Server battle with another server? Be owner for the day?
     
  17. Offline

    New Motion

    Thanks, I would of never thought of those ideas. Do you have anymore ideas in store?
     
  18. Offline

    Omnitv

    erm...lol just suck all the ideas out of my head. :p erm a raffle?

    yawn

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  19. Offline

    Ripperpt

    Can you guys point me the list of plugins to start a server??
     
  20. Offline

    sillyrosster

  21. Offline

    Omnitv

    Quite rude.
    Ripperpt,
    For any one else asking about "what plugins are good to start with. on my server."

    Server permissions:
    • PermissionsEx
    • bPermissions
    • Essentials
    World Management:
    • Voxel Sniper
    • World Edit
    • MC Edit (not really a plugin but I use it)
    Teleportation:
    • Voxel Port
    • Multi Verse, Portals.
    • Private Warp
    Server Administration:
    • World Guard
    • Mop (my mop plugin)
    • Voxel Guest
    • Command Bin

    Above is all the basic stuff you need to run your server properly. :3
     
  22. Offline

    Ripperpt

    Tks a lot guys, sorry, im new here and i try to use the search, but theres a lot of info, some good other bad.

    Tks :D
     
  23. Offline

    sillyrosster

    Wasn't trying to be rude :confused: I was pointing him to the website where all the plugins are. You can easily find the basics there. They have many ways of sorting what you want and what you don't want :'(

    People should search before asking anyways ;)

    Edit: I see how that could be rude, but like I said, I didn't intend for it to be. I enjoy looking for plugins and didn't know he was a complete noob..
     
  24. Offline

    Omnitv

    Lawl
     
  25. Offline

    jacklin213

    i can help with the run.bat issues and portforwarding issues i also can make cool run.bat using self generated code (thanks to cmd)
     
  26. Offline

    yourcace

    I need help to set a global flag so i can build in everyworld (i have mv2). So it would be in config : Global : Flags : Build-True. But i only want one warold where i can build in so were does it sais worldnamehere. But i have no idea how to do it.


    # These are world flags that are applied when the player is NOT within a residence.
    Flags:
    Global: #these are default for all worlds unless specified below, they can be overridden per group
    use: true
    build: true
    ignite: true
    firespread: true
    damage: true
    creeper: true
    tnt: true
    pvp: true
    WorldNameHere: #here you can set flags for individual worlds, these override Global
    #build: true
    # This gives permission to change certain flags to all groups, unless specifically denied to the group.

    So can u please help me (anyone) thx for trying :)
     
  27. Offline

    imaxorz

    Kind of wanted to know what your guys' opinion is on this.

    Thank you :)
     
  28. Offline

    Omnitv

    Sure Jack knock yourself out. :3

    Well...If you want a world where you and only YOU have access to, dont add it to the multiverse portals you can give yourself the command node to tp yourself to that certain world.
    I forgot the node but i remember the command.
    /mvtp <worldname>

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  29. Offline

    yourcace

    I want that every1 can build in the world called axus but not in altek. So it supose to be:

    These are world flags that are applied when the player is NOT within a residence.
    Flags:
    Global: #these are default for all worlds unless specified below, they can be overridden per group
    use: true
    build: false
    ignite: true
    firespread: true
    damage: true
    creeper: true
    tnt: true
    pvp: true
    axus: #here you can set flags for individual worlds, these override Global
    #build: true
    # This gives permission to change certain flags to all groups, unless specifically denied to the group.

    But its not working !!! Its the only thing i need to fix befor putting my server 24/7 and its giving me pain ...

    Well do you know who could help me with it???

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  30. Offline

    jjacobson

    Hey, I'm looking to get a survival games plugin on my pvp server to get poeple more excited to play there. I want to make it fully automated but not allow people to join all day. Is there a way to only give people certain permissions at certain times, sorta like a permission timer so at every day at 3:00 they have access to a certain command? Thanks for the help.
     
Thread Status:
Not open for further replies.

Share This Page