-
Posts
563 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by MACHIN3
-
Changed Status from Pending to Gremlins
-
Sounds like your server isn't loading the datafile after a restart. There might be another mod interrupting the loading at the time its trying to load when the server boots. It's a timely process but you can try restart with just XPerience installed and see if it still does this, then try same thing adding one mod at a time till you find one that's causing this.
-
It took a while to come up with some of the names and wanted it to be "different" lol. Captaincy mainly because even though it is team based it does nothing for the player who has it. It's a stat you spend points in purely to boost your teammates without any gain yourself. To me Captaincy fit better than teamwork. But I left if configurable so names could be changed for that reason
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Not a Bug
-
this was an oxide issue that was fixed in the latest version of oxide. Make sure you update your oxide to fix this issue v2.0.5414 2 days ago Additional fixes for IL errors with fishing hooks Download v2.0.5412 2 days ago Fixed potential IL error due to fishing hook
-
Changed Status from Work in Progress to Closed
-
Changed Status from Work in Progress to Closed
-
In the admin panel you can set the default LiveUI location which controls all new players default location. If you have the option set for players to be able to change it then in the player profile UI there is the LiveStats location options off, 1 - 5. If you have it set where players cannot change the location then it will use whatever location you have set in the admin area. Location 1 = beside the Health, Hydration, and Food bars Location 2 = bottom left of the screen Location 3 = top left of the screen Location 4 = top right of the screen Location 5 = wrapped around the bottom hotbar (armor above it, level/xp below it)
-
that being a paid mod I do not have access to the entities it uses to be able to add support to kill records or my xperience plugins.
-
I haven't updated the default commands on the page yet but they are changeable in the config file public class PlayerChatCommands { public string openplayerstats = "xpstats"; public string showplayerstatschat = "xpstatschat"; public string opentopplayers = "xptop"; public string playeraddstat = "xpaddstat"; public string playeraddskill = "xpaddskill"; public string playerresetstats = "xpresetstats"; public string playerresetskills = "xpresetskills"; public string playerresetall = "xprestart"; public string playerliveuichange = "xpliveui"; public string openhelp = "xphelp"; } public class AdminChatCommands { public string showadminhelp = "xpadminhelp"; public string openadminpanel = "xpconfig"; public string adminresetxperience = "xpresetall"; public string adminxpgive = "xpgive"; public string adminxptake = "xptake"; public string adminresetplayer = "xpresetplayer"; public string adminfixdata = "xpfix"; public string adminitemchange = "itemchange"; public string adminresetharvest = "resetharvest"; public string adminresetlevelonly = "resetlevel"; public string adminresetrankonly = "resetrank"; public string adminresetlevelonlyall = "resetalllevels"; public string adminresetrankonlyall = "resetallranks"; }
-
Ok that makes since, never added support for that mod. If you could post a link to it ill see if i can add support.
-
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Work in Progress