As you know, offline players cannot be edited in vanilla minecraft without using utility programs,
but using the OfflineManager plugin, you can use the list of functions to edit the player you need!
The plugin also provides API for developers, with which you can add your own functions.
Features
Has API
PlaceholderAPI support
Permissions support
Offline player management
Search for offline players using TAB
Has configuration plugin
Installation
To install the plugin, transfer the plugin to the plugins folder and restart or reload the server.
If you update plugin to 3.0 version, recommended remove config.yml and messages.yml files.
Commands & Permissions
Command
Aliases
Description
Permission
/offlinemanager
om
OfflineManager main command
offlinemanager.use
/om help
none
Get plugin help page
offlinemanager.use
/om invsee [player]
none
Open player's offline inventory
offlinemanager.invsee
/om invsee [player] armor
none
Open player's offline armor inventory
offlinemanager.invsee.armor
/om enderchest [player]
ec
Open player's offline ender chest
offlinemanager.enderchest
/om reload [player]
none
Reload the plugin configuration
offlinemanager.reload
/om teleport [player]
tp
Teleport to offline player
offlinemanager.teleport
/om tphere [player]
none
Teleport an offline player to you
offlinemanager.tphere
/om adventure [player]
none
Set the adventure mode to the offline player
offlinemanager.adventure
/om creative [player]
none
Set the creative mode to the offline player
offlinemanager.creative
/om survival [player]
none
Set the survival mode to the offline player
offlinemanager.survival
/om spectator [player]
none
Set the spectator mode to the offline player
offlinemanager.spectator
/om clear [player]
none
Clear the offline player inventory
offlinemanager.clear
/om kill [player]
none
Kill the offline player
offlinemanager.kill
/om heal [player]
none
Heal the offline player
offlinemanager.heal
/om feed [player]
none
Feed the offline player
offlinemanager.feed
Placeholders
For all placeholders use om_ prefix!
Placeholder
Description
player_name
Returns the player name
player_uuid
Returns the player's uuid
player_healths
Returns the player's healths count
player_food
Returns the player's food count
player_locX
Returns the player's x coordinate
player_locY
Returns the player's y coordinate
player_locZ
Returns the player's z coordinate
player_locYaw
Returns the player's yaw
player_locPitch
Returns the player's pitch
player_locWorld
Returns the player's world name
Placeholders usage
In order to get information from the player you need, you must:
Install PlaceholderAPI
Install ParseOther using /papi ecloud download ParseOther
Use parseother_{playername}_{om_placeholder} in placeholders