Casino Slots

72.8k Downloads

action: command?

fultrim opened this issue ยท 2 comments

commented

Is there anyway to do a console command as an action? I want to tie in some custom plugins as rewards and the easiest way to do this is with a console command.

possible example:?

action: command

  • plugincommand subcommand 1

or maybe straight line example:
command: plugincommand subcommand 1

the 2 things that need to happen is that we need the ability to use console command and call the players name that was using the slot machine.

commented

Interesting, will look into adding this

commented

It's been added! The syntax is:

        action:
        - command give [player] 50 15

Where you put in whatever you want after the - command, pretty straight forward. Let me know if any new bugs come up.