ROF_OfflineReward icon

ROF_OfflineReward 1.0

A minecraft plugin for give reward for offline player

Offline Rewards

 

A versatile plugin that rewards players for being offline and provides punishment options.

 

Features:

 

  • Clear Time Formatting: Easily configure time formats for rewards (e.g., "5d 6h 30m 20s") More info in here.
  • PlaceholderAPI Support: Seamlessly integrate with PlaceholderAPI for dynamic rewards (e.g., "%player_name%", "%player_time%").
  • Permission-Based Rewards: Grant different rewards to players with specific permissions.
  • Punishment Options: You can also using this plugin to punish players for extended offline periods (e.g., remove items, teleport to a specific location).
  • Easy Configuration: Intuitive configuration file for easy setup and customization.

Example Usage:

  • Reward: Players offline for 24 hours receive 100 in-game currency.
    currency:
        time: "24h"
        message: "&eWelcome back !"
        execute: 'CONSOLE'
        commands:
          - "eco give %player% 100"


 

  • Punishment: Players offline for 7 days have their inventory cleared.
    punish:
        time: "7d"
        message: "&cYou have been off the server for 1 week"
        execute: 'CONSOLE'
        commands:
          - "clear %player%"

 

  • Permission: Players with the "offline.vip" permission receive 24 diamond.
    vip:
        permission: "offline.vip"
        time: "10d"
        message: "&eYou earn reward for vip only"
        execute: 'CONSOLE'
        commands:
          - "give %player% diamond 24"

 

Benefits:

  • Encourage player engagement: Motivate players to take breaks and return to the server.
  • Reward player loyalty: Recognize players who consistently support the server.
  • Maintain server balance: Prevent excessive offline time from impacting gameplay.

This plugin offers a powerful and flexible solution for managing player offline time in your Minecraft server.

 

More infomation in wiki

reward

offline

player