ORewards: Rewards Without Limits icon

ORewards: Rewards Without Limits -----

Customizable GUI, HEX colors, and rewards for time intervals, goals, and daily playtime!




  • CHANGES
    • Added buttons to return to the main menu and close the menu.
    • Changed the way of adding decorations to the menus.
Important. The categories.yml file must be deleted to avoid bugs. Only this file should be deleted, the others can be left.
----------, Aug 25, 2023

* Reload Command Fix
* Add decoration option to category menus
----------, Aug 20, 2023

* Fix Duplication Reward Gui Button Bug

Report bugs here
----------, Aug 18, 2023

Previously reported problems have been fixed in this version, and support for new versions has been added.

Implemented a new system for messages, now you can use the & symbol for messages like normally, but you can use the minimessages formats.

MiniMessages Usage

The commands were also modified as well as their permissions, please see the plugin information to know more about it.


Also updated the way to assign textures to a player's head.


how to do it:
Code (YAML):
material : "PLAYER_HEAD"
textures
: "player name or base64 textures".


Sorry for the absence for so long, but if you have any kind of doubt or problem, please go to my discord server.

Click here to join the server.



Thanks, rootDeibis.
----------, Aug 15, 2023

Fix Issue InventoryCloseEvent
----------, Jun 26, 2022

Fix Bugs
----------, Jun 25, 2022

Fixed InventoryClick Event
----------, Jun 25, 2022

* Fixed bugs in spigot > 1.18
----------, Jun 22, 2022

* Implemented the reward system day of the week example:

Code (YAML):
time : 'MONDAY' # You can add MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY AND SUNDAY.
* Added support for hex colors
[​IMG]

* Problems with database fix

For support and reports: Click Here
----------, Jun 21, 2022

  • Fixed placeholdersapi bug (%orewards_availables%)
----------, Jan 3, 2022

  • Fixed the bug in the menu updater. (This bug was present in paper)
----------, Dec 31, 2021

  • A change has been made in the libraries used in this plugin, this is because papermc does not contain it.

Paper users can now use it correctly.
----------, Dec 30, 2021

  • Fix bug inventory games
----------, Dec 29, 2021

  • Fix GUI Bug
  • Fix PlaceholderAPI Placeholders
  • Fix 1.17.x Bug
REMOVE CONFIG.YML FILE
----------, Dec 29, 2021

* Compatibility problems with higher versions solved
----------, Dec 28, 2021

IMPORTANT: You must delete the previous resource and its data.

Implementations:
  • New reward system by category
  • Customizable menus
  • Rewards for missing files
  • New commands implemented
  • New placeholders for PlaceholderAPI, these will help a lot to obtain available rewards and their names.
All of the above can be seen and learned in the description of this plugin.

You can request support here
----------, Dec 28, 2021

Problem with getting reward time from the database was solved.

Note: I will no longer do daily updates, I will develop an update that will improve everything and bungeecord support will be applied. Thank you for using OReward

If you have any suggestions please make them in the suggestion channel in my discord so I can apply them in the new update.
----------, Jul 11, 2021

The option has been added to remove the need for permissions by simply placing the "permissions" section empty or simply deleting it.

Example:

Code (YAML):
Rewards:
  1
:
    display-name
: "&aReward &2&lKRAKEN"
    slot
: 20
    permission
: '' # Empty
----------, Jul 10, 2021

FIX: The placeholderapi now works perfectly in the reward items in: Messages, displayname and lore.
----------, Jul 8, 2021

FIXED: Fixed the problem with the advertiser showing you the rewards for which you did not have permissions.
----------, Jul 5, 2021

Fixed lag issues.
----------, Jun 29, 2021

NEWS:
  • A cache system has been implemented to reduce queries to the database.
  • Added the option to place textures on player heads:
Code (YAML):
   states:
      available
:
        display-name
: "<reward_displayname> &7: &eClaim"
        # PLAYER_HEAD:<B>
        id
: PLAYER_HEAD:ewogICJ0aW1lc3RhbXAiIDogMTYyNDIxMDAyNjM4NiwKICAicHJvZmlsZUlkIiA6ICI3MTI1YmE4YjFjODY0NTA4YjkyYmI1YzA0MmNjZmUyYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJLcmlzSmVsYnJpbmciLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQ3YjIxYmIzZTdmNzliZGYyYTVlOGUwNDFmN2ZmOWUxNzhkYzE1NjQ1ZjY0NDliOGU1NWY5MDY2MDRjMDdmOSIKICAgIH0sCiAgICAiQ0FQRSIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc4NmZlOTliZTM3N2RmYjY4NTg4NTlmOTI2YzRkYmM5OTU3NTFlOTFjZWUzNzM0NjhjNWZiZjQ4NjVlNzE1MSIKICAgIH0KICB9Cn0=
        data
: 0
        lore
:
         - "&7Receive this reward every day of the week"
          - ""
          - "&7This reward contains:"
          - "  &fIron Ingot &bx64"
          - "  &eGold Ingot &bx32"
          - ""
          - "&aClick to claim!"

Thanks to: XSeries> XMaterial by CrypoMarin
----------, Jun 20, 2021

  • Fixed the problem of not being able to move or add items to other inventories.
----------, Jun 20, 2021

  • Added a verifier of the identification of the item to show in the rewards menu and this will show the most similar ones in case the id does not exist or is wrong.

ItemMaterial.png
----------, Jun 20, 2021

* Fixed compatibility issues with paper spigot
----------, Jun 20, 2021

  • Fixed <player> placeholder in (rewards.yml -> reward commands)
----------, Jun 19, 2021

Fixed Block Place Bug
----------, Jun 18, 2021

NEW:
  • cooldown-format in config.yml (It is automatically added to your config.yml)
Code (YAML):
cooldown-format:
  day
: day
  days
: days
  hour
: hour
  hours
: hours
  minute
: minute
  minutes
: minutes
  second
: second
  seconds
: seconds  
  • announce-join-rewards (It is automatically added to your config.yml)
Code (YAML):
announce-join-rewards:
  enable
: true
  message
:
 - '&d&lREWARDS &d&m->&r &fYou available &e<reward_availables> reward (s )'

 
  • New placeholder: <reward_id>

FIX:
  • Fixed countdown format, only requires %days%, %hours%,%minutes% and %seconds%, if the value of one of them is 0 it will be automatically removed from the message.

  • Fixed inventory update issues (Flicker removed)
----------, Jun 17, 2021

Added support for 1.17
----------, Jun 12, 2021

Fixed issues with 1.16.x
----------, Jun 12, 2021

Resource Information
Author:
----------
Total Downloads: 2,384
First Release: Jun 12, 2021
Last Update: Aug 25, 2023
Category: ---------------
All-Time Rating:
12 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings