promotional bannermobile promotional banner

RpEssentials (RolePlay)

Nickname players, configurable Jobs, Schedule system (for opening/closing), chat formatting, last connection tracker and much more! Read the description to learn more about it

File Details

oneriaserverutilities-3.0.2.jar

  • R
  • Mar 3, 2026
  • 158.54 KB
  • 4
  • 1.21.1
  • NeoForge

File Name

oneriaserverutilities-3.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:rp-essentials-1423048:7706875"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[3.0.2] - 2026-03-03

Added

  • Revoked License Visual Marker:
    • Physical license items are now visually marked when their license has been revoked.
    • Lore is updated with ✖ PERMIS RÉVOQUÉ and Ce permis n'est plus valide. on the item directly.
    • Marking is triggered on player login, every 10 minutes server-side, and immediately on /license revoke if the player is online.
    • Uses a revoked flag stored in the item's CUSTOM_DATA to avoid duplicate marking.
    • Items given before this update (without professionId in CUSTOM_DATA) are not affected.

Technical

  • Modified Classes:
    • TempLicenseExpirationManager — added markRevokedLicenseItems(ServerPlayer), called on login and in midnight sweep.
    • OneriaEventHandler — calls markRevokedLicenseItems() on player login.
    • OneriaCommandsrevokeLicense() now calls markRevokedLicenseItems() immediately if player is online.
    • OneriaServerUtilities — added 10-minute tick (% 12000) to sweep all online players.
    • OneriaCommandsgiveLicense() now stores professionId in item CUSTOM_DATA for future revoke detection.