Closed bluryisacutie closed 1 year ago
whats the permission for the sell command bc my player's don't have permission to use it
On Fri, Aug 4, 2023 at 2:37 PM marcel @.***> wrote:
In general, this is the inability to give players generators using a console command.
It's also fustrating because it's impossible to give gens through crates and "monthly" crates.
— Reply to this email directly, view it on GitHub https://github.com/arcadiadevs/gensplus-issues/issues/15#issuecomment-1664956670, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBWULTJ2CRRI57QA6QP5M3DXTR4B7ANCNFSM6AAAAAA3DQXOOQ . You are receiving this because you authored the thread.Message ID: @.***>
Added in 1.3.0-beta2, releasing somewhere next week
so basically i want to be able to create a /start command in skript where it gives u a generator, but i realized the command doesn't work when u execute it as a console command, also i want to be able to give someone a gen when they buy it from the shop
here's the skript code
command /start: trigger: if player has permission "start.use": console command "mv tp %player% beta" wait 1 second player command "plot auto" execute console command "gensplus give %player% 1 1" console command "pex user %player% remove start.use" send "&dAspireGN &8| &eYou've Begun Your Journey" else: send "&dAspireGN &8| &eYou've Already Started Your Journey"