LazoYoung / CraftGames

Minecraft Paper plugin that enables you to make custom minigame scripts.
MIT License
2 stars 1 forks source link

Add command to modify player data files outside game. #72

Closed jupiter1390 closed 4 years ago

jupiter1390 commented 4 years ago

command can only be run at server/default OP permissions command will not run if the targeted game is being played by targeted player

Expecting command structure like: /cyml modify "game_name" "player_name" "integer_name" "value" (player_name can be ignored when running as OP - player name value will use the player executing command instead) /cyml remove/add "game_name" "player_name" "integer_name"

P.S. This command must be capable to be run outside game.

LazoYoung commented 4 years ago

CraftGames is not designed to work this way. Game resources are discarded after a game ends so it's illegal to access them from the outside. This won't be worked on so I'm closing this thread.