Plugin Recreation

Discussion in 'Plugin Requests' started by JavierWxw, Oct 16, 2017.

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

    JavierWxw

  2. Offline

    RunsWithShovels

    I'll look at it. I have the source code for this, and will be able to give you a better outlook tomorrow .


    Just a question are you getting some type of error trying to run the current jar. There isn't anything nms related in the code, so there really shouldn't be an issue using it with the latest bukkit or spigot. But I haven't try compiling it yet, so I may be just talking nonsense.


    ** update

    I compiled the source against 1.12.2 and it runs fine without any issues, there are a couple things that I would like to see done differently, but its just in the mechanics and not the operation of the plugin. So could you clarify it exactly it is that you need done with it?

    You said user-independent permissions, what do you mean by that?
     
    Last edited: Oct 17, 2017
  3. Offline

    Music4lity

    Do you mean that you need it to have permissions so that only people with those perms can do specific things?
     
  4. Offline

    RunsWithShovels

    Here's it is compiled with 1.12 , Just let me know about those permissions.
     

    Attached Files:

  5. Offline

    JavierWxw

    permissions of use with the permisionex

    is the permission of
    superchest.break
    superchest.place
    superchest.*

    and I need one that is of use
    superchest.use

    Many thanks to those who help me. It has cost me a world to find help, since I am not a good modification of complements, and I do not speak English very well.
     
    Last edited: Oct 17, 2017
  6. Offline

    RunsWithShovels


    Code:
      superchest.*:
            default: op
            description: Gives you access to all the SuperChest permissions.
            children:
               superchest.place: true
               superchest.break: true
      superchest.place:
           default: op
           description: Gives you access to place a SuperChest
      superchest.break:
           default: op
           description: Gives you access to break a SuperChest
    These are the permissions for the plugin.

    You're wanting a permission so that not just anyone can use a premade chest correct?
     
    Last edited by a moderator: Oct 17, 2017
  7. Offline

    JavierWxw

    I need superchest.use to limit access to the chest
    to prevent everyone from using it
    and only the one who has that permission can use it
     
    Last edited: Oct 17, 2017
  8. Offline

    RunsWithShovels


    Here you go, I figured that was what you meant, so I went ahead and fixed it.

    The new permission is 'superchest.use' its only default for OP, like the rest of the permissions.

    Also the perm only allows or negate a players ability to use any superchest, not any specific superchest.

    I haven't tested it too much, though it worked for me for adding the perm and testing, then removing and testing.
     

    Attached Files:

    JavierWxw likes this.
  9. Offline

    JavierWxw

    if it works 100%
    thank
    you very much.
     
    Last edited by a moderator: Oct 17, 2017
Thread Status:
Not open for further replies.

Share This Page