Paying someone to configure mycommand to how I need it

Status
This thread has been locked.

Herobrine

Banned
Feedback score
4
Posts
883
Reactions
341
Resources
0
I am paying someone to configure mycommand to make it to do the following thing:

When a player does /warp /tpa /spawn I need it to disable their fly, because players have their fly enabled then when they come to spawn, they can fly. If you can do this please PM me, or reply.


Thank you!
-amnewom
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Produce

-! Freelance server manager !-
Supreme
Feedback score
2
Posts
815
Reactions
439
Resources
0

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
I can configure MyCommand easily, though I feel there are some flags if not plugins that handle worldguarded regions to not fly or /warp etc.

This is actually super simple with MyCommand so i'm going to spoil to you how it works.

Code:
'spawn':
command: /spawn
type: RUN_CONSOLE
runcmd:
- /sudo $player spawn
- /fly $player

That should disable the player's fly when
 

Herobrine

Banned
Feedback score
4
Posts
883
Reactions
341
Resources
0
I can configure MyCommand easily, though I feel there are some flags if not plugins that handle worldguarded regions to not fly or /warp etc.

This is actually super simple with MyCommand so i'm going to spoil to you how it works.

Code:
'spawn':
command: /spawn
type: RUN_CONSOLE
runcmd:
- /sudo $player spawn
- /fly $player

That should disable the player's fly when
So, when the player does /spawn, it disables their fly?
 
Banned forever. Reason: Scamming (www.mc-market.org/threads/139025/)

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
So, when the player does /spawn, it disables their fly?
Hm... assuming the player has fly initially, it will disable... Yeah nvm thats a terrible example. This will have to be a custom plugin or another plugin that actually checks the status of the player flying or not.
 
Status
This thread has been locked.
Top