Inactive [ADMN] ThumbsApply v3.1.1 - Mute Guests and Auto-Promote them [1.2.3-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by TOdkommt, Sep 11, 2011.

  1. Offline

    TOdkommt

    ThumbsApply - The Auto-Application Plugin:
    Version: v3.1.2
    Tested Builds: #2034 (1.2.3-R0.1)

    ThumbsApply is a plugin, that makes life for admins a lot easier. You can not only auto-promote your server guests by letting them enter a password, hidden in the rules or by setting a certain time they have to be online.
    You can also Mute your Guests and show them a special Message on joining the server if you want. This Plugin supports Permissions 3.x, GroupManager, PermissionsEx, bPermissions and PermissionsBukkit.

    Bukkit Dev Page (Updates slower due to file approval): Click here

    by Todkommt

    Features:
    * Auto-promote Guests on your server
    * Mute guests
    * Show guests a special MotD
    * Fully customizable player messages
    * Supports per world promotion
    * Supports most common permissions plugins
    * Modular structure, you can download only the modules that you need
    * Promotion through password or after a certain time
    * Logs all promotions

    Donations:
    I put a lot of effort and time into this plugin, in which I don't get paid. If you enjoy this plugin, feel free to donate here if you want. The money will be directly referred to my minecraft server.

    Commands:

    * apply: | usage: /apply <password> | description: Promotes the player if the password is correct.
    * apply: | usage: /apply timeleft (if you have a group with MethodTimedPromotion) | description: Returns you the time left until promotion.

    Permissions:

    * ThumbsApply.NotGuest: give it to your groups with building rights (required).
    * group.<groupname>: give the permission to every group, replace groupname with the name of the group you are giving the permission to. This is to handle group management in permissions plugins that don't support that natively.


    Config:



    Here is a default Config with all entries explained:

    options: <-----General Options
    chatBlockEnabled: false <------Block Guests from chatting?
    joinMessageEnabled: true <-------Enable an extra join message for guests?
    tickDelay: 60000 <-------The delay between two ticks (higher is performance friendlier, but less accurate)
    blockPasswordInChat: true <-------Block the usage of the password in the chat (by both guests and players)?
    groups: <------Group configuration
    User: default <-----Any group below Users gets promoted to User after entering the password "default"
    Mod: '%1000' <------Any group below Mod gets promoted to Mod after being online for 1000 minutes


    Localization:

    3.0+ variables:
    * {player} outputs the player name
    * {group} outputs the group name
    * {password} outputs the password (only available with password promotion)
    * {time} outputs the time left until promotion (only available with timed promotion)


    Show Spoiler
    v2.1 or later:
    Just edit the file "localization.yml" made in /plugins/ThumbsApply/localization to your likes. DO NOT remove any single quotes. The $0 in JOIN_MESSAGE_PASSWORD and JOIN_MESSAGE_TIME represents the player name, the $1 in JOIN_MESSAGE_TIME represents the time the player has left until he gets promoted. The $0 in TIME_TO_GO_CHAT represents the time the player has left until he gets promoted.

    v2.4 or later:
    The Localization supports the standard Minecraft color codes as well as the following variables:
    * {player} outputs the player name
    * Temporarily removed: {timeleft} outputs the time left until promotion



    Downloads:

    Newest:
    Multi-Permissions Version:
    <Edit by Moderator: Redacted bit url>

    Modules (for v3.x):
    * ModuleTimedPromotion


    Show Spoiler
    Version 2.5.2:
    Multi-Permissions Version:
    Download | Source
    CraftBukkit 1240+:
    Permissions Version:
    Download | Source
    PermissionsEx Version:
    Download | Source
    Superperms/PermissionsBukkit Version:
    Download | Source


    Older:
    Permissions Version:
    Download | Source
    PermissionsEx Version:
    Download | Source
    Superperms/PermissionsBukkit Version:
    Download | Source
    GroupManager Version:
    Download | Source



    TODO:
    * Localization Files
    * Timed Promotion
    * Your requested features

    Feel free to suggest new features, or send in bug reports.


    Servers that use this plugin (feel free to post you server in the thread so i can add it):
    * www.OreCraft.org
    * www.Pr3datorCraft.com
    * www.coolioserver.net
    * roycraft.zapto.org
    * www.minecraft-spielplatz.de
    * www.famousserver.de
    * heroiccraft.com
    * lemoncraft.com
    * www.NeroCraft.com
    * zeoldcraft.com

    Changelog:

    Version 3.1.2
    * Final fix for localizations (haha, saying that since 4 versions)

    Version 3.1.1b
    * Minor fix for localizations (again >.<)

    Version 3.1.1a
    * Minor fix for localizations
    * Fix for join messages

    Version 3.1.1
    * Minor fix for localizations

    Version 3.1
    * Localizations now work
    * Added command to see the time remaining until promotion
    * Added log file

    Version 3.0.3
    * Declared as public release
    * Added save files for ModuleTimedPromotion
    * Added option to hide password in chat

    Version 3.0.1 beta
    * Added generated group defaults.
    * Added error message when no groups are present (to prevent that ugly NullPointer)

    Version 3.0 beta
    * Revisited the code, rewrote the main class from scratch
    * Modular version of the plugin.
    * Save of time for promotion not implemented yet
    * Relatively stable, but please give me feedback on any bugs.


    Show Spoiler
    Version 2.5.2
    * GroupManager now supports per world promotion.

    Version 2.5.1
    * Added bPermissions support.

    Version 2.5
    * Temporarily removed the {timeleft} and {togroup} localization vars due to bugs
    * Added per world group support (doesn't work with PermissionsBukkit or GroupManager)
    * Added debug mode to give more information on errors

    Version 2.4.2-2.4.4
    * Serveral small technical fixes. Check the BukkitDev page for more information.

    Version 2.4.1
    * Added Configuration reload command

    Version 2.4
    * Redid the localization variable system. More info in the Localization section.

    Version 2.3

    * Added thread restart command to debug the plugin
    * Added message with time until promotion when a player chats with chatblock and timedPromotion enabled

    Version 2.2

    * Added timed promotion

    Version 2.1

    * Added Localization
    * FIX: 2 Checks on command execution were missing

    Version 2.0

    * Updated for CB1597 (1.0.1-R1)
    * Complete Revamp of the plugin, removed serveral unnessessary features and completely rewrote the code to make it more extendable
    * Multi-Permissions Version for all common permission plugins



    Show Spoiler
    Version 1.5
    * Updated for CraftBukkit 1337
    * Combined all single version to one jar (without GroupManager by now)

    Version 1.4


    * Added GroupManager support
    * Added an option to promote users after a certain time (doesn't work with Doublegroups)

    Version 1.3


    * Added Support for multiple group promoting (depending on the entered password)

    Version 1.2


    * Added localization files
    * Added option for custom command (you have to delete the old config to get the new option)

    Version 1.1.1


    * Fixed a code mistake, that made the chatblockenabled option useless (only Permissions and Superperms Version)
    * Wrote permission node down in the plugin.yml

    Version 1.1


    * Adding PermissionsEx Support
    * Changing to check per Permission node (fix for the problems with Bukkit #1091+)

    Version 1.0


    * Releasing ThumbsApply
     
    Last edited by a moderator: Feb 21, 2017
  2. Offline

    joshuaph

    i have another question how do i set it uo to group manager so when they type in the passsword it promotes them from guest to default?
     
  3. Offline

    Spadow

    TOdkommt

    Hallo,
    ich benutze für meinen Minecraftserver(kannst du übrigens auch im Thread eintragen http://www.cubeforge.org) [Serveradresse: cubeforge.org] schon lange dein Plugin und bisher funktionierte es auch gut.
    Jedoch habe ich heute auf 1.2 geupdatet und bekam schwups viele Bugs.
    Eines davon hat etwas mit deinem Plugin zu tun.
    Ich nutze PEX mit MySQL Backend.
    D.h Alle Permissions werden in einer Datenbank eingetragen.
    Wenn nun ein Spieler sich nun freigeschaltet hat, wird in der Permissionstabelle ein kleinen Eintrag über ihn gemacht.
    Das ganze würde dann so aussehen:

    [​IMG]
    (So sieht es aus, nachdem ein User sich freigeschaltet hat)


    [​IMG][​IMG]

    Ich benutze zusätzlich noch Multiverse. (Farming Welt)
    Wenn ein User nun zur Mining Welt geht, bekommt er wieder den Defaultrang. (Gast)

    Das wäre das erste Problem.
    Wenn man es beheben will, muss man das world wegmachen.

    [​IMG]

    Das wäre wichtig, dass du es behebst.

    Zudem gibt es noch ein Problem.
    Wenn sich jemand erfolgreich freigeschaltet hat, wird ein kleiner Eintrag in der Permissionstabelle erstellt. (siehe oben)
    Aber wenn ich jemanden manuell hochstufe via /pex user XXX group set XXX wird ebenfalls ein kleiner Eintrag erstellt.
    Diese 2 Einträge haben dann ein Konflikt, sodass teilweise das Promoten nicht mehr geht oder die falschen Präfixe angezeigt werden.

    [​IMG]

    Das wären die bisherigen Fehler gewesen, die ich in Verbindung mit diesen Plugin feststellen konnte.
    Ich würde mich auf eine Rückmeldung von dir freuen und hoffe, dass du es so schnell wie möglich behebst.
     
  4. Offline

    JohnPulse

    Hello,

    I'm having the following NPE on console on mid game.
    I still don't know what's triggering them, but on the startup there's no errors.

    CB 2034
    TA 3.1.2
    Using time module

    Code:
    20:00:34 [WARNING] Task of 'ThumbsApply' generated an exception
    java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot b
    e cast to org.bukkit.entity.Player
            at me.Todkommt.ThumbsApply.modules.ModuleTimedPromotion.onUpdate(ModuleT
    imedPromotion.java:156)
            at me.Todkommt.ThumbsApply.ThumbsApply.update(ThumbsApply.java:286)
            at me.Todkommt.ThumbsApply.ThumbsApply$1.run(ThumbsApply.java:84)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:126)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:520)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Regards,
    John
     
  5. Offline

    TOdkommt

    dont know what the issue is with that. apparently a recent dev build of bukkit broke it. gotta look into it later.
     
  6. Offline

    JohnPulse

    Thanks for your feedback.

    Will stay tuned!

    Regards,
    John
     
  7. Offline

    JohnPulse

    Unfortunately there are users reporting that they get their time stalled.
    Might be something with the NPE :(

    Another minor issue, if some dumb admin (me :D ) try to use the command /apply timeleft on the console, a lot of NPE's start appearing every time someone speaks, until the server is restarted.

    Regards,
    John.
     
  8. Offline

    aviator14

    I'm having the same issue, I notice it most often when I'm online (probably because its trying to promote me). The post I made on bukkit dev does not seem to be an issue anymore, it only occured when I was testing timed promotion by setting promotion time to 1 minute. But it still remains that the timed feature isn't working.
     
  9. Offline

    MinecraftDaemon

    How can i make it so certain groups dont get changed to the ones set as timed groups but people cant be promoted to said groups
     
  10. Offline

    MinecraftDaemon

    i get same error as johnpulse
     
  11. Offline

    JohnPulse

    For what I'm seeing, it happens everytime a "already promoted" player enters.

    This is my config:
    Code:
    groups:
      iniciantes: Password
      constructores: '%120'
    In this case, a user on the Group "constructores" just caused the following NPE on entering:

    Code:
    12:32:04 [INFO] [ThumbsApply] player ElPlayer joined
    12:33:02 [WARNING] Task of 'ThumbsApply' generated an exception
    java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot b
    e cast to org.bukkit.entity.Player
            at me.Todkommt.ThumbsApply.modules.ModuleTimedPromotion.onUpdate(ModuleT
    imedPromotion.java:156)
            at me.Todkommt.ThumbsApply.ThumbsApply.update(ThumbsApply.java:286)
            at me.Todkommt.ThumbsApply.ThumbsApply$1.run(ThumbsApply.java:84)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:126)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:520)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Regards,
    John
     
  12. Offline

    javoris767

    Player: '%30'
    Doesn't promote them :(
     
  13. Offline

    Spadow

  14. Offline

    Royalgamer06

    I recently switched from password to time-promotion! It worked perfect! Except for this small little thing:
    [INFO] Player logged in in world world_economy
    [INFO] stephenossel[/81.204.86.141:53894] logged in with entity id 847573 at [world_economy] -48.5, 55.62000000476837, 180.5)
    [INFO] An IP was created/added for player: stephenossel
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [Citizens] Creating new config file at stephenossel.yml.
    [INFO] Player logged in in world world_economy
    [INFO] stephenossel[/81.204.86.141:53906] logged in with entity id 847785 at [world_economy] -39.0, 63.0, 188.0)
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined

    quite spammy (is that a word?)

    Royalgamer06

    Great plugin!
     
  15. Offline

    TOdkommt

    I Must have forgotten to remove a debug Message lol. Im going to fix that After school.
     
  16. Offline

    Royalgamer06

    PLEASE fix this:
    Code:
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    and also I have time promotion and set it 1 hour time. But after 1 hour, I get this in the server log:

    Code:
    [INFO] You have selected world 'world_creative'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    [INFO] You have selected world 'Flatlands2'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    [INFO] You have selected world 'flatlands'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    [INFO] You have selected world 'Planetoids'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    
    And it only get promoted in 1 world (I think).

    My config is:
    Code:
    options:
      chatBlockEnabled: false
      joinMessageEnabled: false
      tickDelay: 60000
      blockPasswordInChat: true
    groups:
      world_creative-CreativeBouwer: '%60'
      Flatlands2-CreativeBouwer: '%60'
      Flatlands-CreativeBouwer: '%60'
      Planetoids-CreativeBouwer: '%60'
      world_economy-EconomieSurvivor: '%60'
      Nether-EconomieSurvivor: '%60'
      world_economy_the_end-EconomieSurvivor: '%60'
      Skylands-EconomieSurvivor: '%60'
    
    Please update your awesome plugin and fix it! Thank you!
     
  17. Offline

    TOdkommt

    you probably have a typo or something. if the gorup is not found, the group name is wrong i suppose.
     
  18. Offline

    Royalgamer06

    Yes, I am working on it. I now also think its not your plugin's fault. :D
    Your plugin is awesome :p
     
  19. Offline

    Elements11997

    people who join can't talk
     
  20. Offline

    Royalgamer06

    check your config dude
     
  21. Offline

    Royalgamer06

    This is not correct! It's the plugin's fault:

    I have a problem, take a look at my config:

    [options:
    chatBlockEnabled: false
    joinMessageEnabled: false
    tickDelay: 60000
    blockPasswordInChat: true
    groups:
    world_creative-CreativeBouwer: '%60'
    Flatlands2-CreativeBouwer: '%60'
    flatlands-CreativeBouwer: '%60'
    Planetoids-CreativeBouwer: '%60'
    world_economy-EconomieSurvivor: '%60'
    Nether-EconomieSurvivor: '%60'
    world_economy_the_end-EconomieSurvivor: '%60'
    Skylands-EconomieSurvivor: '%60'

    The bold groups don't work! The others do! There is nothing wrong typed... Also when I add player manually, for example /manuadd xxx CreativeBouwer world_creative, it does work!

    Please help me fix this! I tried many settings, but it still doesn't work.
    This is the error log when someone autopromotes (timed):
    2012-05-03 07:33:05 [INFO] You have selected world 'world_creative'.
    2012-05-03 07:33:05 [INFO] Group not found!
    2012-05-03 07:33:05 [INFO] /manuadd <player> <group> | optional [world]
    2012-05-03 07:33:05 [INFO] You have selected world 'Flatlands2'.
    2012-05-03 07:33:05 [INFO] Group not found!
    2012-05-03 07:33:05 [INFO] /manuadd <player> <group> | optional [world]
    2012-05-03 07:33:05 [INFO] You have selected world 'flatlands'.
    2012-05-03 07:33:05 [INFO] Group not found!
    2012-05-03 07:33:05 [INFO] /manuadd <player> <group> | optional [world]
    2012-05-03 07:33:05 [INFO] You have selected world 'Planetoids'.
    2012-05-03 07:33:05 [INFO] Group not found!
    2012-05-03 07:33:05 [INFO] /manuadd <player> <group> | optional [world]

    Help!

    Old post (better info):
    Show Spoiler
    PLEASE fix this:
    Code:
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    [INFO] [ThumbsApply] player stephenossel joined
    and also I have time promotion and set it 1 hour time. But after 1 hour, I get this in the server log:

    Code:
    [INFO] You have selected world 'world_creative'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    [INFO] You have selected world 'Flatlands2'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    [INFO] You have selected world 'flatlands'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    [INFO] You have selected world 'Planetoids'.
    [INFO] Group not found!
    [INFO] /manuadd <player> <group> | optional[world]
    
    And it only get promoted in 1 world (I think).

    My config is:
    Code:
    options:
      chatBlockEnabled: false
      joinMessageEnabled: false
      tickDelay: 60000
      blockPasswordInChat: true
    groups:
      world_creative-CreativeBouwer: '%60'
      Flatlands2-CreativeBouwer: '%60'
      Flatlands-CreativeBouwer: '%60'
      Planetoids-CreativeBouwer: '%60'
      world_economy-EconomieSurvivor: '%60'
      Nether-EconomieSurvivor: '%60'
      world_economy_the_end-EconomieSurvivor: '%60'
      Skylands-EconomieSurvivor: '%60'
    
    Please update your awesome plugin and fix it! Thank you!
     
  22. is there an option where guests spawn at point A and when they become builder they spawn in point B from then on???
     
  23. Offline

    Royalgamer06

    Do you have essentials? Then it is possible...
     
  24. i prefer to not use essentials...but if there is no other way.......i guess i will have too
     
  25. Offline

    Royalgamer06

    I think there is another way. Keep searching or make a request thread....
     
  26. Offline

    Gloric

    Hello. I am having one problem with this plugin, otherwise it's great.

    All of my players have access to /apply password. Is there any way to stop them from having access to this? I made a rank for annoying people, that rank isn't supposed to have any commands, yet they can just type the password and become a Citizen again. I tried every permissions node that I could, but they always have access to it. I'm using PEX btw.
     
  27. Offline

    Royalgamer06

    Dude, you really need to fix and update ThumbsApply! Fix the bugs i already posted and people are complaining about they were 60 min online but /apply timeleft says something else.
    And I am sure it is your plugins fault

    Plz, fix it
    I LOVE YOUR PLUGIN!

    Regards,
    Royalgamer06
     
  28. Offline

    mahari3

    This plugin works well but im having a problem. I'm set as Griffon (the owner), but after an hour of playing I get demoted to Civilian. This happens with EVERY group. At least it does it to the untrusted group lol. here is my config:

    Code:
    options:
      chatBlockEnabled: false
      joinMessageEnabled: true
      tickDelay: 60000
      blockPasswordInChat: true
    groups:
      Civilian: '%60'
      Mod: '%12000'
    Is there anything that i must put in my permissions? I have put in the thumbsapply.notguest in every group that isn't the default group. as well as the group.<group>. I don't believe I've done anything incorrectly, but help me when you can.

    EDIT1: here are my permissions:

    Code:
    groups:
      NewBorn:
        default: true
        permissions:
        - nocheatplus.checks.inventory.drop
        - lockette.user.create.*
        - SideKickEconomy.balance
        - SideKickEconomy.pay
        - scap.supercape.normalcape.coloredcape
        - scap.supercape.atronachcape
        - scap.supercape.earthcape
        - scap.supercape.expcape
        - scap.supercape.fatmancape
        - scap.supercape.firecape
        - scap.supercape.glidecape
        - scap.supercape.helpercape
        - scap.supercape.icecape
        - scap.supercape.invisiblecape
        - scap.supercape.lightningcape
        - scap.supercape.lightcape
        - scap.supercape.mediccape
        - scap.supercape.minerscape
        - scap.supercape.mooncape
        - scap.supercape.naturecape
        - scap.supercape.obsidiancape
        - scap.supercape.poisoncape
        - scap.supercape.powercape
        - scap.supercape.speedcape
        - scap.supercape.suncape
        - scap.supercape.watercape
        - scap.supercape.windcape
        - scap.monstercape.blazecape
        - scap.monstercape.creepercape
        - scap.monstercape.endermancape
        - scap.monstercape.ghastcape
        - scap.monstercape.magmacubecape
        - scap.monstercape.pigmancape
        - scap.monstercape.silverfishcape
        - scap.monstercape.skeletoncape
        - scap.monstercape.slimecape
        - scap.monstercape.spidercape
        - scap.monstercape.wolfcape
        - scap.monstercape.zombiecape
        - scap.animalcape.catcape
        - scap.animalcape.chickencape
        - scap.animalcape.cowcape
        - scap.animalcape.mooshroomcape
        - scap.animalcape.ocelotcape
        - scap.animalcape.pigcape
        - scap.animalcape.sheepcape
        - scap.animalcape.squidcape
        - scap.animalcape.villagercape
        - deathbind.*
        - group.NewBorn
        - rcmds.suicide
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - AutoGamemode.login.survival
        - AutoGamemode.changeworld.survival
        - AutoGamemode.respawn.survival
        - iConomy.holdings
        - iConomy.help
        - iConomy.payment
        - lockette.user.create.*
        - AutoGamemode.changeall.ignore
        - modifyworld.*
        - rcmds.tpaccept
        - rcmds.tpdeny
        - rcmds.trade
        - rcmds.spawn
        - rcmds.ragequit
        - rcmds.quit
        - rcmds.kit
        - rcmds.rules
        - rcmds.home
        - rcmds.sethome.1
        - rcmds.delhome
        - rcmds.listhome
        - courier.write
        - courier.send
        - courier.list
        - courier.info
        options:
          rank: '900'
      Civilian:
        default: false
        inheritance:
        - NewBorn
        permissions:
        - ThumbsApply.NotGuest
        - group.Civilian
        - ThumbsApply.NotGuest
        - rcmds.build
        - rcmds.message
        - rcmds.workbench
        - rmcds.furnace
        - worldportal.use
        - ChestShop.shop.create
        - bookworm.create
        - bookworm.write.own
        - bookworm.place.own
        - bookworm.copy.own
        - bookworm.copy.others
        - bookworm.remove.own
        - bookworm.destroy.own
        - bookworm.get.own
        - bookworm.getid
        - modifyworld.*
        options:
          rank: '500'
      GreaterBeing:
        default: false
        inheritance:
        - NewBorn
        - Player
        permissions:
        - nocheatplus.admin.chatlog
        - nocheatplus.admin.commands
        - nocheatplus.admin.reload
        - lockette.admin.*
        - lockette.*
        - scap.*
        - PoweredCivilian
        - PoweredCivilian+
        - ThumbsApply.NotGuest
        - group.GreaterBeing
        - SignMessage.CreateSign
        - rcmds.broadcast
        - rcmds.back
        - rcmds.kick
        - rcmds.tempban
        - rcmds.jail
        - rcmds.dejail
        - rcmds.sethome.15
        - mobdisguise.player
        - modifyworld.*
        - bookworm.*
        - worldedit.drain
        - worldedit.extinguish
        - worldedit.history.undo
        - worldedit.navigation.unstuck
        - worldedit.navigation.thru
        - worldedit.navigation.ceiling
        - worldedit.navigation.up
        - mobdisguise.*
        - rcmds.fixchunk
        - rcmds.sci
        - rcmds.speak
        - rcmds.facepalm
        - rcmds.slap
        - rcmds.banned
        options:
          rank: '25'
      PoweredCivilian:
        Inheritance:
        - NewBorn
        - Civilian
        Permissions:
        - ThumbsApply.NotGuest
        - group.PoweredCivilian
        - mobdisguise.skeleton
        - mobdisguise.zombie
        - mobdisguise.squid
        - mobdisguise.chicken
        options:
          rank: '400'
      PoweredCivilian+:
        Inheritance:
        - NewBorn
        - Civilian
        - PoweredCivilian
        permissions:
        - ThumbsApply.NotGuest
        - group.PoweredCivilian+
        - mobdisguise.cat
        - mobdisguise.creeper
        - mobdisguise.ocelot
        - mobdisguise.cow
        - mobdisguise.
        options:
          rank: '300'
      PoweredCivilian++:
        Inheritance:
        - NewBorn
        - Civilian
        - PoweredCivilian
        - PoweredCivilian+
        permissions:
        - ThumbsApply.NotGuest
        - group.PoweredCivilian++
        - mobdisguise.*
        options:
          rank: '200'
      Overseer:
        default: false
        inheritance:
        - NewBorn
        - GreaterBeing
        - Player
        permissions:
        - spoutbroadcast.say
        - spoutbroadcast.player
        - ThumbsApply.NotGuest
        - SimpleGamemode.use
        - permissions.manage
        - permissions.debug
        - permissions.manage.<user>
        - permissions.manage.<user>
        - permissions.manage.reload
        - permissions.manage.users
        - permissions.manage.users.cleanup
        - permissions.manage.worlds
        - permissions.manage.worlds
        - permissions.manage.users
        - permissions.manage.users.permissions.<user>
        - permissions.manage.users.<user>
        - permissions.manage.users.permissions.<user>
        - permissions.manage.membership.<user>
        - permissions.manage.groups.list
        - permissions.manage.groups.inheritance.<group>
        - permissions.manage.groups.permissions.<group>
        - coreprotect.rollback
        - coreprotect.restore
        - coreprotect.inspect
        - coreprotect.help
        - worldportal.create
        - worldportal.remove
        - worldportal.teleport
        - worldportal.save
        - worldportal.reload
        - rcmds.suicide
        - rcmds.warn
        - rcmds.warp
        - rcmds.setwarp
        - rcmds.unban
        - rcmds.banreason
        - rcmds.banip
        - rcmds.unbanip
        - rcmds.mute
        - rcmds.fixchunk
        - rcmds.fakeop
        - rcmds.vtp
        - rcmds.pext
        - rcmds.item
        - autoannouncer.announce
        - rcmds.getip
        - rcmds.compareip
        - rcmds.warp.others
        - rcmds.nick.others
        - rcmds.listwarns.others
        - rcmds.home.others
        - rcmds.coords.others
        - rcmds.see.*
        - rcmds.sign.*
        - ichat.color
        - ichat.reload
        - worldedit.*
        - modifyworld.*
        - worldguard.*
        - rcmds.nick
        - rcmds.suicide
        - rcmds.broadcast
        - rcmds.back
        - rcmds.teleportrequest
        - rcmds.teleportrequesthere
        - rcmds.warp
        - rcmds.setwarp
        - rcmds.home.others
        - rcmds.coords.others
        - rcmds.see.*
        - rcmds.sign.*
        options:
          rank: '150'
      GriffonBrother:
        default: false
        inheritance:
        - PoweredCivilian
        - PoweredCivilian+
        - NewBorn
        - Griffon
        - GreaterBeing
        - Overseer
        options:
          rank: '2'
      Griffon:
        default: false
        inheritance:
        - PoweredCivilian
        - PoweredCivilian+
        - NewBorn
        - GreaterBeing
        - Overseer
        permissions:
        - spoutbroadcast.say
        - spoutbroadcast.player
        - ThumbsApply.NotGuest
        - permissions.user.demote.default
        - permissions.user.promote.default
        - permissions.manage.membership.<group>
        - permissions.manage.groups.permissions.<group>
        - permissions.manage.groups.inheritance.<group>
        - permissions.manage.groups.permissions.timed.<group>
        - permissions.manage.groups.remove.<group>
        - permissions.manage.groups.create.<group>
        - permissions.manage.groups.suffix.<group>
        - permissions.manage.groups.prefix.<group>
        - permissions.manage.groups.inheritance
        - permissions.manage.users.permissions.timed.<user>
        - permissions.manage.users.permissions.<user>
        - permissions.manage.users.<user>
        - permissions.manage.users.suffix.<user>
        - permissions.manage.users.prefix.<user>
        - permissions.manage.worlds.inheritance
        - permissions.manage.dump
        - permissions.manage.users.cleanupc
        - permissions.manage.backend
        - permissions.manage.config
        - permissions.manage.reload
        - permissions.debug
        - coreprotect.*
        - rcmds.level
        - rcmds.setlevel
        - rcmds.sci
        - rcmds.speak
        - rcmds.facepalm
        - rcmds.slap
        - rcmds.harm
        - rcmds.starve
        - rcmds.banned
        - rcmds.setarmor
        - rcmds.getip
        - rcmds.compareip
        - rcmds.ragequit
        - rcmds.quit
        - rcmds.rank
        - rcmds.freeze
        - rcmds.fakeop
        - rcmds.vtp
        - rcmds.megastrike
        - rcmds.pext
        - rcmds.item
        - rcmds.fixchunk
        - rcmds.weather
        - rcmds.clearinventory
        - rcmds.message
        - rcmds.reply
        - rcmds.gamemode
        - rcmds.mute
        - rcmds.ban
        - rcmds.time
        - rcmds.home
        - rcmds.sethome
        - rcmds.sethome.multi
        - rcmds.delhome
        - rcmds.listhome
        - rcmds.strike
        - rcmds.jump
        - rcmds.warn
        - rcmds.clearwarns
        - rcmds.warp
        - rcmds.setwarp
        - rcmds.delwarp
        - rcmds.repair
        - rcmds.heal
        - rcmds.unban
        - rcmds.feed
        - rcmds.banreason
        - rcmds.setspawn
        - rcmds.god
        - rcmds.spawn
        - rcmds.banip
        - rcmds.unbanip
        - rcmds.list
        - rcmds.back
        - rcmds.teleport
        - rcmds.teleporthere
        - rcmds.teleportrequest
        - rcmds.teleportrequesthere
        - rcmds.tpaccept
        - rcmds.tpdeny
        - rcmds.listwarns
        - rcmds.more
        - rcmds.spy
        - rcmds.spawnmob
        - rcmds.afk
        - rcmds.assign
        - rcmds.onehitkill
        - rcmds.burn
        - rcmds.kick
        - rcmds.kickall
        - rcmds.world
        - rcmds.jail
        - rcmds.setjail
        - rcmds.less
        - rcmds.spawner
        - rcmds.tp2p
        - rcmds.motd
        - rcmds.deljail
        - rcmds.force
        - rcmds.ping
        - rcmds.invsee
        - rcmds.realname
        - rcmds.nick
        - rcmds.ingot2block
        - rcmds.near
        - rcmds.kill
        - rcmds.suicide
        - rcmds.killall
        - rcmds.muteall
        - rcmds.kit
        - rcmds.rules
        - rcmds.help
        - rcmds.broadcast
        - rcmds.hug
        - rcmds.explode
        - rcmds.ride
        - rcmds.whobanned
        - rcmds.tppos
        - rcmds.ignore
        - rcmds.coords
        - rcmds.tpall
        - rcmds.tpaall
        - rcmds.vip
        - rcmds.dump
        - rcmds.seen
        - rcmds.tempban
        - rcmds.tptoggle
        - rcmds.kits
        - rcmds.lag
        - rcmds.mem
        - rcmds.entities
        - rcmds.rcmds
        - rcmds.tpoverride
        - rcmds.seehidden
        - rcmds.updates
        - rcmds.exempt.*
        - rcmds.allowed.item
        - rcmds.clearinventory.others
        - rcmds.megastrike.others
        - rcmds.pext.others
        - rcmds.strike.others
        - rcmds.warp.others
        - rcmds.nick.others
        - rcmds.listwarns.others
        - rcmds.home.others
        - rcmds.coords.others
        - rcmds.see.*
        - rcmds.sign.*
        - rcmds.setarmor.*
        - rcmds.notarget
        - AutoGamemode.changeworld.creative
        - AutoGamemode.respawn.creative
        - AutoGamemode.auto.getMessage
        - AutoGamemode.auto.getTrigger
        - AutoGamemode.login.creative
        - AutoGamemode.command.survival
        - AutoGamemode.command.creative
        - AutoGamemode.command.switch
        - AutoGamemode.changeothers.survival
        - AutoGamemode.changeothers.creative
        - AutoGamemode.changeothers.switch
        - AutoGamemode.changeothers.check
        - AutoGamemode.changeall.survival
        - AutoGamemode.changeall.creative
        - AutoGamemode.changeall.switch
        - AutoGamemode.changeall.check
        - AutoGamemode.inform
        - AutoGamemode.commands.getMessage
        - modifyworld.*
        options:
          rank: '1'
    users:
      mahari3:
        group:
        - Griffon
      XxSide128xX:
        group:
        - GriffonBrother
      CalvinHolds:
        group:
        - Overseer
    
     
  29. Offline

    Skaterscotty

    Hey i wana ask how to set a password ????
     

Share This Page