SPluginsSPlugins

Item date on lore

Hey ! If you would like your item to have on the lore the date received here is the correct place !!

  • First of all you need PlaceholderAPI and Localtime expansion

  • Then the basic placeholder would be

    • %localtime_time%
  • If would like to change the format check the docs of LocalTime format

  • Then, once you got the format you want (or just use the basic one) add it on the lore of your item

  • And that's it ! Now you have the item on the lore of the item

HEY ! THE DATE UPDATES AND ISN'T THE SAME AS THE RECEIVED ITEM DATE

  • Hey hey ! Chill ! If you want the received date, that would be a date that won't change just use the same thing we just did but with variables, so:
    • Create a variable type STRING, the id you want, in this case "thisismydate"
    • Then set the value of "thisismydate" to %localtime_time%
    • And add the value of the variable on the lore as %var_thisismydate%
    • And that's it, now you have the same we did on the top of the page but this time the date won't change

Try it now

Copy this into ExecutableItems and reload

From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.

activators:
  activator0: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of player
    playerCommands:
    - ABSORPTION amount:5 time:200 # Gives the player absorption
  activator1: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of target
    targetCommands:
    - ABSORPTION amount:5 time:200 # Gives the target absorption
ExecutableItems

Plugin used on this page

ExecutableItems

Custom items with abilities, activators and commands — no code.

  • 5.0/5 from 10 reviews
  • 3.2K servers running it right now (bStats)
  • 51 downloads on SPlugins

€19.99

one-time, lifetime updates

Created Oct 26, 2025Last updated Nov 22, 2025 by Ssomar
Edit this page on GitHub