Mineuniverse
Log in Register
Plugins

PlayerFiles

Easy to use player file config system.
by sulphate_osu
Download Claim this project
1,993 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Developer Tools Informational

Description:

  • This plugin is used to store information for offline and online players.
  • It creates a config file for every player that joins the server, which can store values for individual players, offline or online.
  • It is easy to use, see below if you are a developer!

Usage and Info for Developers:

  • You can use this plugin to store information for players, like kills, money etc.
  • For example, ChatColor 2 uses this to store the color for players.
  • The values can still be accessed when the players are offline, which is why it is needed for ChatColor 2.

How to Use in Eclipse:

  • 1. Right click your project in the projects tab.
  • 2. Click 'Properties'.
  • 3. Click 'Java Build Path'.
  • 4. Click 'Add External Jars' on the right hand side.
  • 5. Select the 'PlayerFiles.v1.0.jar' file and click ok.
  • 6. Click 'Apply' and then 'Ok' at the bottom right of the window.
  • 7. Now, to use the utilies, simply create a class, and use the methods! Remember to add the plugin file to your server, and also add PlayerFiles as a dependency of your plugin! To do this, in your plugin.yml, add the line: depend: PlayerFiles to set it as a dependency. Enjoy! Example Methods:
  • FileUtils.getPlayerFile(String playername) - Returns the playerfile for the specified player. Remember, the player must have joined the server!
  • FileUtils.getPlayerFileConfig(String playername) - Returns the config for the file of the specified player. Same applies as above.
  • FileUtils.getPlayerFileConfig("Sulphate").set("kills", 5); - Sets the kills: value in Sulphate's player file to 5.
  • FileUtils.getPlayerFileConfig("Sulphate").getInt("kills"); - Gets the value kills: from Sulphate's player file.
  • Note: I don't use any other IDE's, so if you want to know how to add the file to the Java Build Path, just search it on Google.

If you guys have any questions, post them in the comments below! Accepting any ideas that I could add to it!

PlayerFiles-v1.7.jar
MC 1.8.1
Release 2016-03-07 Get
PlayerFiles-v1.5.jar
MC 1.8.1
Release 2015-09-27 Get
PlayerFiles-v1.0.jar
MC 1.8.1
Release 2015-09-26 Get

More from sulphate_osu

CustomText
903
DailyPlayerInfo
464
ChatColor
287,869
Join Message Legacy
1,462

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677