Inactive [ADMN/GEN] SlotGroups v0.2.8 - An alternative to reserved slots - R6 Compatible! [1.1-R6]

Discussion in 'Inactive/Unsupported Plugins' started by gothroach, Jun 18, 2011.

  1. Offline

    seang96

    Will this be updated to 1185? This plugin is amazing and needed on my server and as far as i can tell it hasnt been updated for a while.
     
  2. Offline

    necavi

    It will be updated, but it may be a few more days.
     
  3. Offline

    Surematu

    Hay how long will it take to update this? I think that this is an amazing plugin, but its only compatibel with the bukkit build 1000? I think thats to bad for a plugin like this! Its a very nice plugin, but you need to update :) Can you plz email mee when its compatiel with 1185. I hope you can do that fast :)
     
  4. Offline

    RedAlex

    Any news? i'm waiting for this good plugins :)
     
  5. Offline

    GmK

    Can't wait! ;)
     
  6. Offline

    necavi

    I'm currently working on testing it for 1.8 and will make any necessary changes, but unfortunately I likely won't be doing any content updates for a while.
     
  7. Offline

    RedAlex

    No new on this plugin?
     
  8. Offline

    Forecaster

    This works fine with 1185 for me. Though I've found that inheritance seems to break the groups and results in everyone ending up in the default group. This does not happen when using PermissionsEX though. No idea why.
    Perhaps it works with SuperPerms...
     
  9. Offline

    davejavu

    You said that a month ago... Yet it's still not updated..
     
  10. Offline

    davejavu

    @gothroach
    Can you update this please...
     
    adenslayer likes this.
  11. Offline

    RedAlex

    Yes we want an update for this plugin :-s plz
     
  12. Offline

    hqSparx

    [​IMG]
    Why is MrSpec using default slots, while vip's are avaliable?
     
  13. Offline

    Martinis

    It's spamming me this whenever player enters the server. I'm using Essentials Group manager, what should I do? :(
     
  14. Offline

    rodier

    #Moderat. Slots are equal to the number of moderators, but inheritance is
    # enabled anyways.
    - name: ServerAdmin
    size: 10
    slotgroup.group.serveradmin
    message: "No moderator slots available. Please contact an admin to remedy this."
    override: true


    Im getting this error:

    20:19:54 [SEVERE] Error occurred while enabling SlotGroups v0.2.4 (Is it up to date?): null
    java.lang.NullPointerException
    at org.gothroach.SlotGroups.SlotGroups.setupPermissions(SlotGroups.java:275)
    at org.gothroach.SlotGroups.SlotGroups.onEnable(SlotGroups.java:71)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  15. Offline

    ray0911

    CB 1337 and also the most recent verison
    PermissionsBukkit 1.2
    SuperpermsBridge 1.2
    This plugin set all players besides ops to "default" group. No matter what i've tryed there is not way to set players into any other group
    permissions "slotgroups.group.diplomat: true" given to group Diplomat
    Code:
    #
    # SlotGroups config file.
    # v0.2.4
    #
    #
    # This is where you define the slot groups.
    # If you do not define any slot groups, the plugin will disable itself.
    # The first one listed will be used as the default group, all users without any
    #   slot group permissions will be put in this group.
    # The list is checked from the bottom up, and will return the lowest slot on the
    #   list a user has access to.
    #
    # Syntax:
    # slots:
    #   - name: Default
    #     size: 25
    #     message: 'The server is full.'
    #     children: []
    #     (login: true)
    #     (override: false)
    #     (permission: rookies)
    #
    # Directives in parenthesis are optional.
    #
    # Name is the display name used for the slot group.  It is also used to determine
    #   the slot group's permission node.  All permissions nodes for SlotGroups are
    #   lower case, regardless of the case here.
    #   A given slot group's permission node will be in the format:
    #   slotgroups.group.<name>
    #   In the example group above, the permission node would be:
    #   slotgroups.group.default
    #
    # Size is the number of slots in the group.
    #
    # Message is the kick message used when this group is full.
    #
    # Children is a list of groups that this group inherits from. Inheritence is
    #   recursive, so don't add children that are already inherited by other children.
    #
    # Login determines if this group can login or not.  True is default and means
    #   that slot group is allowing logins.  False will deny all users in that group
    #   the ability to login.
    #
    # Override allows this user group to join even if the server is in lockdown mode.
    #   For normal users, this defaults to false.  For users who have access to the
    #   lockdown commands, this defaults to true.  You probably don't need to change this.
    #
    # Permission is an optional directive that directly determines the name of the
    #   permission node for this slot group.  This is only necessary for advanced
    #   setups.  This will always override the node created by the Name directive.
    #   All permissions nodes for SlotGroups are always lower case, regardless of the
    #   case here.
    #   Nodes are in the format:
    #   slotgroup.groups.<name>
    #   In the examaple above, the permission node would be:
    #   slotgroup.group.rookies
    #
    # Below are the values I use on my server.
    
    slots:
    #All default/new users.  Lowest priority and least likely to be able to join.
      - name: Default
        size: 0
        message: "Slot group full! Visit our website for information on becoming a member for higher slot priority!"
        children: []
    
    #Registered members.  Can use default slots if Members slot group is full.
      - name: Members
        size: 0
        message: "This server has no available slots!"
        children: []
    
    #Reserved slots.  High slot count and can inherit from members or default.
      - name: diplomat
        size: 1
        message: "I'm sorry, but all available slots are occupied!"
        override: true
        children: []
        permission: diplomat
    
    #Moderators.  Slots are equal to the number of moderators, but inheritance is
    #  enabled anyways.
      - name: Moderators
        size: 0
        message: "No moderator slots available.  Please contact an admin to remedy this."
        override: true
        children: []
    
    #Admins.  Slots are greater than the number of admins, but inheritance is
    #  enabled anyways.
      - name: Admins
        size: 1
        message: "This server is well and truly full somehow."
        override: true
        children: []
    
     
  16. Offline

    Ctark

    Just so you know slot groups will break with the newest version of bpermissions.
    v2.8.5 and newer.

    Shouldn't be very hard to fix, just an api change on bperm end that needs to be updated on yours.

    Let me know if you need that stack trace to help with updating (if you are even around anymore)
     
  17. Offline

    Milaannnn_

    It does show every command and joins etc in the console, but it just lets everyone enter. Solutions? :S
     
  18. Offline

    gothroach

    I just located the source again and will be moving SlotGroups to Vault for permissions support. This should fix most issues that people are currently having with the plugin and I will address any others that remain. I will also be moving SlotGroups to dev.bukkit.org as soon as I can. Thanks for your patience!
     
  19. Offline

    gothroach

    Milaannnn_ Ctark

    I've set up a dev.bukkit.org page here, and will be updating this topic once the files are approved. I'm not sure how long that takes, but it shouldn't be long.

    EDIT: Alright, the first file has been approved, enjoy!
     
    Ctark likes this.
  20. Offline

    xKarolusx

    Are you going to repair that issue?
    Becouse many peoples getting problems with Default Group.... All players are setting to Default.
    Im using Essentials GM and i have same issue.

    Im hope you will repair that becouse this plugin is awsome, 100x better than others with kick option...
     
  21. Offline

    gothroach

    Does this bug persist on v0.2.6? I thought I had fixed that in the last update, but if it's still there I'll look into it more.
     
  22. Offline

    xKarolusx

    yes in newest version.

    And the first question is why i have all your default groups when im using /sg list?
    [​IMG]

    Ofcourse i removed default groups and added only mine:
    Code:
    slots:
      default:
        name: Default
        size: 30
        message: etc.
        children: []
      vipy:
        name: VIPy
        size: 5
        message: etc.
        children:
        - Default
      ekipa:
        name: Ekipa
        size: 5
        message: etc.
        children:
        - VIPy
    
    Red - default
    Green - mine

    Second question: is there old config in new v. of plugin?
    Becouse my begining of config looks that:
    Code:
    #
    # SlotGroups config file.
    # v0.2.5
    
    And the last one:
    Ok mabey there is something wrong with adding players to desired group, but also with adding them manualy with using command /sguser set <user> <group>.
    Becouse they are only in group that i moved them b4 they leave the server.
    If they reconnect, they will be in default group again.
     
    gothroach likes this.
  23. Offline

    gothroach

    xKarolusx

    Thanks for the in-depth post! I'll be looking into those issues today and hopefully will be able to get a fix for them very soon.

    xKarolusx

    I have fixed the issues outlined in your post in 0.2.7 - it has been uploaded and will be available as soon as it's approved on dev.bukkit.

    Thanks again for pointing the bugs out, I appreciate it.

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

    xKarolusx

    Great, im waiting for this :)
     
  25. Offline

    Serilum

    gothroach

    Waiting for the 1.2.3 update, hope it's coming soon! Plugin seems awesome
     

Share This Page