// MLQRequire: { "Plugin": "Minecraft-Payment", "Type": "Service", "Name": "MinecraftPayService" } class UsersList { addUser() { MinecraftPayService.CreateUser({ Username: this.username }); } deleteUser(id, confirm, event) { if (confirm) { MinecraftPayService.DeleteUser(id); } } }