nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft.
Cobblemon FC Gym Badges

Cobblemon FC Gym Badges

Mod

Gym Badges for Cobblemon Servers

Client and server Decoration

4,266 downloads
4 followers
Created6 months ago
Updated7 days ago

Introduction

Cobblemon FC Gym Badges introduces gym badges for Cobblemon servers. However, Cobblemon mod is not required to use this mod.

If you have any ideas or suggestions feel free to visit my Discord channel and Github repo.

Notice

give and clear commands have been removed starting from 1.5.0

Features

  • Support for LuckPerms
  • Support for economy mods using OctoEconomyAPI (ex. EightsEconomyP)
  • Players with sufficient permissions can use commands to create gym badges

Configuration

Overview

config/fcgymbadges/config.json

{
  "economy": "None",
  "vanillaCurrencyItem": "minecraft:diamond",
  "gymBadgeCreatePrice": 0
}
  • economy: Vanilla or OctoEconomy
  • vanillaCurrencyItem: Any item specified by id (ex.minecraft:gold_ingot)
  • gymBadgeCreatePrice: Non-negative floating point number

Economy feature can be disabled if economy is set to any other random strings

Case 1 Using Vanilla Economy

{
  "economy": "Vanilla",
  "vanillaCurrencyItem": "minecraft:iron_ingot",
  "gymBadgeCreatePrice": 4
}

Players with sufficient permission can create gym badges for the price of four iron ingots

Case 2 Using OctoEconomy Economy

{
  "economy": "OctoEconomy",
  "vanillaCurrencyItem": "minecraft:diamond",
  "gymBadgeCreatePrice": 100
}

Players with sufficient permission can create gym badges for 100 dollars (or whatever currency their servers use)

Commands

With LuckPerms installed

Given that a player has sufficient permission (fcgymbadges.firebadge.create), the player can execute following command to create Fire Badge

/fcgymbadges firebadge create

Without LuckPerms installed

Only players with op permission (minimum level of 2) can use the commands

External resources



Project members

KiwiFlavoredApollo

Owner


Technical information

License
LGPL-3.0-only
Client side
required
Server side
required
Project ID
Expand Down