Cloud Reclaim - Easily Manage Rank Reclaiming icon

Cloud Reclaim - Easily Manage Rank Reclaiming -----

Manage your /reclaim with ease!



CloudReclaim is a versatile plugin designed to streamline rank reclamation and reward distribution on your Minecraft server. Built with flexibility in mind, CloudReclaim allows players to reclaim their designated ranks effortlessly using customizable commands. Administrators can configure multiple ranks with unique permissions, associated commands, and personalized messages for both the player and server-wide broadcasts.

Key Features:

  • Rank Reclamation: Players can reclaim their assigned ranks using /reclaim, triggering associated commands and receiving rewards.
  • Configurable Rewards: Define rewards per rank with customizable messages displayed upon reclaiming.
  • Broadcast Messages: Server-wide broadcasts announce when players successfully reclaim their ranks.
  • Permission Management: Easily manage permissions for each rank through a straightforward configuration file.
  • OP Exemption: Operators (OPs) can reclaim ranks without any restrictions for testing purposes.
  • Persistent Config: Configurations remain intact across server restarts, ensuring consistency and reliability.
Example of Config.yml

Code (Text):
ranks:
  example:
    permission: "CloudReclaim.example" # The permission added to your Permissions handler to allow users to run this /reclaim
    messages:
      reclaimMessage: "&6&l{player} &fhas reclaimed their &e&lExample &6&lRank &fusing &e/reclaim" # Message broadcasted to the server
      receivedRewards: > # Message sent to the player... A line break is required to display multi line messages
        &fYou have received the rewards for &e&lExample &6&lRank&f!

        &f- &a$100

        &f- &a1x Diamond
    commands: # Commands run once a player with the permission runs /reclaim
      - "give {player} diamond 1"
      - "eco give {player} 100"

  rank2:
    permission: "CloudReclaim.rank2"
    messages:
      reclaimMessage: "&a{player} has reclaimed their Rank 2 using /reclaim"
      receivedRewards: >
        &fYou have received the rewards for &e&lExample &6&lRank&f!

        &f- &a$200

        &f- &a2x Diamonds
    commands:
      - "give {player} diamond 2"
      - "eco give {player} 200"
 
Enhance player engagement and streamline rank management with CloudReclaim, a must-have plugin for any Minecraft server looking to automate and customize rank reclaiming processes.
Resource Information
Author:
----------
Total Downloads: 28
First Release: Jul 14, 2024
Last Update: Jul 14, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings