Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
RewardBridge
PluginMIT

RewardBridge

A simple cross-server rewards system

16
Downloads
1
Followers
6 months ago
Updated
📦
1
Versions
managementutilityfoliapaperspigot
Download Latestv1.1.0View on Modrinth

📖About RewardBridge

A plugin to add and redeem rewards across servers

This plugin uses MySQL as its storage, and MySQL ONLY.
This means that you need to have a MySQL database set up on
your server.

Commands

To add rewards to a player:
/rewardbridge add <player> <server> <material:amount | base64:<string>> 
/rewardbridge encodehand <name>
alias: /rb

To claim any unclaimed rewards (Opens a custom GUI)
/rewards

To add custom items:

  1. Hold the item in hand.
  2. Type /rewardbridge encodehand
  3. The base64 string of the item will be sent to a new file called encoded-items.yml located in your plugins\RewardBridge folder
  4. Copy this base64 string and paste it to the command.
  5. Example: /rewardbridge add Jolly SMP base64:
  6. When Jolly joins the SMP server and types /rewards, he will see the items in a custom GUI.

Practical use case:

I have a velocity proxy with servers named Lobby and SMP. The servers have different inventory sets. 
My lobby server has the Crazycrates plugin installed. I want the prizes of 
the crates to be sent to the SMP server. So I make the Crate prize run the 
rewardbridge command instead of giving me an item.

When I open the crate in the lobby, all rewards get sent to my 
reward backpack in the SMP server. All I have to do is go into
my SMP server and type /rewards to claim my winnings.

Installation Steps

  1. Add a database in your MySQL server. (you can name it whatever you want)
  2. Download the latest release and paste it into your plugins folder.
  3. Start the server once to generate the config file.
  4. Setup the config with your database credentials and other settings and messages you would like.

Sample Config

mysql:
  host: localhost
  port: 3306
  database: rewards
  username: root
  password: password

# List all your servers here (these will become separate tables in your database)
server_names:
  - smp
  - creative
  - lobby

# Name of THIS server
local_server_name: keysmp

messages:
  reward_added: "&aAdded reward for &f%player% &ain &f%server%"
  no_space: "&cNot enough inventory space!"

  #Whether the player that claims his rewards via /rewards will get the "claimed" message below.
  #Disabled by default because of message spam upon retrieving many items.
  claimedmessage: false

  #claimedmessage above must be true in order for this to work
  claimed: "&aYou claimed your rewards!"

Note:

You can use this without a proxy setup, just input your server name into the config and you can still use the command normally. (This is to add a reward system without giving your players the items directly, to make them claim it manually)

👥 Team & Contributors

JollyJoe
JollyJoeOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
foliapaperspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+2 more

🔗 Links

Modrinth Page