OPonJoin

Discussion in 'Archived: Plugin Requests' started by MinerMovies, Aug 29, 2013.

  1. Offline

    MinerMovies

    I need a plugin where default players can do /op (theyreself) without me having to use Permissions.
     
  2. Offline

    monkeymanboy

    i could easily make you a /makemeop or something like that but i don't understand why you would want all the players to have op
     
  3. Offline

    MinerMovies

    Its a server where everyone gets op.
     
  4. Offline

    ejzz

    MinerMovies Thats a really bad idea. People could stop the server, ban people, ect. It would get really crazy.
     
  5. Offline

    ewized

    I could make one were if they are not op on join it will make them one. But why?
     
  6. Offline

    MinerMovies

    ejzz
    I know what Im doing... I have special commands to stop that...

    Its a server where everyone gets op.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  7. Offline

    ewized

    cant you just give them the permission bukkit.command.op.give
     
  8. Offline

    MinerMovies

    I dont want permissions! I have plugins that would break with permissions.
     
  9. MinerMovies
    I'll do it for you :)

    MinerMovies
    Almost done with it :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
    MinerMovies likes this.
  10. Offline

    MinerMovies

    Thank you so much!
     
  11. Offline

    JellybeanPrince

  12. Offline

    Awesomeman2

  13. MinerMovies
    Here you go: <Edit by Moderator: Redacted mediafire url>

    The plugin has a few options. Below is the default config file:

    Code:
    # Op on Join configuration file
     
    # Modify the settings to your liking!
     
     
    # Op all players upon logging in to the server
    auto-op: true
     
    # Send a message to the player to tell them that they are opped
    send-message: true
     
    # Customize the message to send to the player. Supports chat colors (&4, &3, etc.)
    # send-message must be set to true for the player to receive this message
    message: '&aYou are now op'
    
    I think it is pretty self explanatory. The plugin also has a "/op" command, which ops the command sender if they aren't already opped.
     
    Last edited by a moderator: Nov 5, 2016
  14. Offline

    StaticE

    lolwut?
     
  15. Offline

    Awesomeman2

    StaticE It sucks when that happeneds i had to restart my whole server making because of that :( lol
     
  16. Offline

    nxtguy

    0_0 What plugins do you have that "breaks" permissions? As far as I know, that is pretty much impossible...
     
  17. [quote uid=90861788 name="The Gaming Grunts" post=1828847]MinerMovies
    Here you go: <Edit by Moderator: Redacted mediafire url>

    The plugin has a few options. Below is the default config file:

    Code:
    # Op on Join configuration file
     
    # Modify the settings to your liking!
     
     
    # Op all players upon logging in to the server
    auto-op: true
     
    # Send a message to the player to tell them that they are opped
    send-message: true
     
    # Customize the message to send to the player. Supports chat colors (&4, &3, etc.)
    # send-message must be set to true for the player to receive this message
    message: '&aYou are now op'
    
    I think it is pretty self explanatory. The plugin also has a "/op" command, which ops the command sender if they aren't already opped.[/quote]

    um it has an error
     
    Last edited by a moderator: Nov 5, 2016
  18. What's the error?
     
  19. the plugin when i do Op it gives me an error
     
  20. Can you please post the error so I know exactly whats wrong :)
     
  21. when i do /op on the console it gives me an error ill post it tomorrow
     
  22. eatmyweinersauce
    I just tested it and it works perfectly. It must be something on your end. I'll know once you post the error.

    MinerMovies eatmyweinersauce
    Here is an updated version. Fixed a small typo in the code. If a player typed "/op bob" it would send a message saying "Too many arguements". This has been changed to "Too many arguments".

    EDIT: Forgot the link. Here it is:
    <Edit by Moderator: Redacted mediafire url>

    eatmyweinersauce
    I read your comment wrong. The /op command cannot be used from the console. Only a player can use it, as "/op" ops the player who issued the command.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 5, 2016
  23. Offline

    MinerMovies

    Does the plugin you made (if I disable auto op) allow default players with no permissions to access /op?

    Uh.... download please?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  24. [quote uid=90790280 name="MinerMovies" post=1829014]Does the plugin you made (if I disable auto op) allow default players with no permissions to access /op?[/quote]

    Yes. There are no permissions required for this plugin :)

    [quote uid=90790280 name="MinerMovies" post=1829017]Uh.... download please?[/quote]

    Woops forgot the link lol. Here you go:
    <Edit by Moderator: Redacted mediafire url>

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 5, 2016
  25. Offline

    ewized

    Your logic is invalid everybukkit server has a type of permissions. This is all you need: http://wiki.bukkit.org/Permissions.yml
    Code:
    server.op:
          description: OP for all!
          default: true
          children:
              bukkit.command.op.give: true
     
  26. Offline

    MinerMovies

    [quote uid=90861788 name="The Gaming Grunts" post=1829019]Woops forgot the link lol. Here you go:
    <Edit by Moderator: Redacted mediafire url>

    lol thanks :D
    Sorry, I am very needy, but could you, by chance create a command blocker that I can config? also can you make it check if the players username is CtrlAltDelMW, if it is, bypass the blocker.
     
    Last edited by a moderator: Nov 5, 2016

Share This Page