bagel_coins_handler: type: world debug: false events: on player joins: - flag bagelcoins:100 if: bagel_coins_checker: type: command debug: false name: bagelamount description: Checks your amount usage: /bagelamount permission: bagelcheck.get script: - narrate "You have Bagelcoins!" bagel_coin_add: type: command debug: false name: addbagel description: Adds Bagelcoins to a player's account usage: /addbagel permission: addbagel.get script: - flag bagelcoins:+:10 bagel_coin_remove: type: command debug: false name: removebagel description: Adds Bagelcoins to a player's account usage: /removebagel permission: removebagel.get script: - flag bagelcoins:-:10