-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission to limit creation by player #192
Comments
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 ***@***.***> 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
<#192>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5V536H5ZXCK55QVWSHK3SNRHQHANCNFSM4TGA4O4A>
.
|
Maybe you can give count permissions to create lift signs. 2 signs = 1 Lift No further signs are included between the top and bottom signs. config.yml = lift-counts: [number] Than the plugin calculates the signs 2/1 for lifts. As soon as the number of created signs is reached, |
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
<#192 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5V55BPACSDXN7HQCFUY3TVLXAHANCNFSM4TGA4O4A>
.
--
- David - Proud to be saving the world since 1984
|
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?
The text was updated successfully, but these errors were encountered: