croxis / Lift

Minecraft/Bukkit elevator plugin
23 stars 26 forks source link

Permission to limit creation by player #192

Closed JPlayer3 closed 2 years ago

JPlayer3 commented 4 years ago

Hope is easy. Permission to limit creation by player

Would you please add this? I saw that I wouldn't add it with bukkit. I think many players want this permission, but why not add it?

croxis commented 3 years ago

There is no way to limit creation by players, unless you have limits on who can place the elevator base blocks.

On Sat, Oct 31, 2020, 11:12 AM mA notifications@github.com wrote:

Hope is easy. Permission to limit creation by player

Would you please add this? I saw that I wouldn't add it with bukkit. I think many players want this permission, but why not add it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/croxis/Lift/issues/192, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5V536H5ZXCK55QVWSHK3SNRHQHANCNFSM4TGA4O4A .

ErythroCraft commented 3 years ago

Maybe you can give count permissions to create lift signs.

2 signs = 1 Lift 4 signs = 2 Lifts 6 signs = 3 Lifts .....

No further signs are included between the top and bottom signs.

config.yml = lift-counts: [number] permissions = lift.create.[number]

Than the plugin calculates the signs 2/1 for lifts.

As soon as the number of created signs is reached, a message is issued that the player is not authorized to create additional lift signs.

croxis commented 3 years ago

The plugin doesn't track information like that. It doesn't know or care how or who made the lift. All the plugin does is look for certain arrangements of blocks, reads a sign for some information, and moves players if the arrangement is ok

On Wed, Jun 30, 2021 at 3:31 AM Markus Günzler @.***> wrote:

Maybe you can give count permissions to create lift signs.

2 signs = 1 Lift 4 signs = 2 Lifts 6 signs = 3 Lifts .....

config.yml = lift-counts: [number] permissions = lift.create.[number]

Than the plugin calculates the signs 2/1 for lifts.

As soon as the number of created signs is reached, a message is issued that the player is not authorized to create additional lift signs.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/croxis/Lift/issues/192#issuecomment-871285957, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5V55BPACSDXN7HQCFUY3TVLXAHANCNFSM4TGA4O4A .

--