-
Posts
604 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by MACHIN3
-
- 34 comments
-
- #xperience
- #stats
-
(and 4 more)
Tagged with:
-
- 34 comments
-
- #xperience
- #stats
-
(and 4 more)
Tagged with:
-
hemp would fall in the "Gathering List" and you can have it only drop for hemp by setting all the other options to false. Then whatever items you have listed in the gathering list will have a chance to drop when gathering hemp. It will only choose 1 item from the list at a time however, but it can drop as much of the item chosen by setting the amount option. If your looking to have several different items drop at once this will not do that.
-
The in game admin panel is much easier when it comes to adjusting these options. There is also a calculations page that will show you just how much xp is needed per level, rank, and so on. https://www.rustlevels.com/XPerience/index.php/setup/xp-settings https://www.rustlevels.com/XPerience/index.php/setup/calculations-page
-
For the shop you use the imgur url not the SkinID. SkinID is only used to change the default skin listed in the config if wanted. There are several different skins you can use for books and scrolls. And you match the skin you want with the imgur image for the shop ui As shown in discord: Special Item Skins - All special item skins have been added to a public album on imgur so you can use them in shop mods when adding special item for selling. Use the selling commands option for listing special items and use the giveitem command. For the images use the matching image url from the imgur album here: https://imgur.com/a/ACuKgVA
-
This is part of the XPerience Addon not XPerience itself: There is an issue with the "special items" loosing the player it was soulbound to if you reload the plugin or server restarts before they use it. This is being worked on but for now players should use the items quickly after receiving them or you can disable the soulbind option in the admin panel. The command to give items is listed on the download page: /xpitem <name/id> <playername/id> "<itemname>" <amount> Example: /xpitem name machine "xp booster" 1 /xpitem id 12345 "xp booster" 1 (12345 being the player's steamid) As for adding them to a shop you have to use the sell command option and use one of those above. The images are available on imgur for showing in the shop. Details about this are in our discord
-
- 34 comments
-
- #xperience
- #stats
-
(and 4 more)
Tagged with:
-
XPerience handles all the permissions of those plugins. The tamer skill basically assigns the permission to players so they can use those plugin features. All you have to do is upload the personal animals plugin and adjust the config how you want the plugin to function and then enable the tamer skill within XPerience so it can do the rest. Do not assign any permissions manually for personal animals or it will conflict with XPerience when the tamer skill goes to enable or disable those permissions As for using the personal animals you will have to use the commands listed in those plugins. Refer to that plugins details page for info on using personal animals
-
There are a few different XP boost options... You can set XP boosts per rank in the rank settings You can setup "Special Groups" each with different XP boosts and daily limits - (probably what your looking for) "Special Groups": { "specialgroups": { "0": { "groupname": "Player XP Boost", "permissionname": "PlayerXPBoost", "grouppriority": 1, "xpboost": 0.1, "dailyxplimit": 0, "dailystatlimitboost": 0, "dailyskilllimitboost": 0 }, "1": { "groupname": "Player Daily Limits 01", "permissionname": "PlayerDailyLimits01", "grouppriority": 2, "xpboost": 0.2, "dailyxplimit": 1000, "dailystatlimitboost": 2, "dailyskilllimitboost": 2 }, "2": { "groupname": "Player Daily Limits 02", "permissionname": "PlayerDailyLimits02", "grouppriority": 4, "xpboost": 0.3, "dailyxplimit": 2000, "dailystatlimitboost": 4, "dailyskilllimitboost": 4 }, "3": { "groupname": "Player Daily Limits 03", "permissionname": "PlayerDailyLimits03", "grouppriority": 3, "xpboost": 0.0, "dailyxplimit": 3000, "dailystatlimitboost": 6, "dailyskilllimitboost": 6 }, "4": { "groupname": "Player XP Boost 2", "permissionname": "PlayerXPBoost2", "grouppriority": 5, "xpboost": 0.2, "dailyxplimit": 0, "dailystatlimitboost": 0, "dailyskilllimitboost": 0 }, "5": { "groupname": "Player XP Boost 3", "permissionname": "PlayerXPBoost3", "grouppriority": 6, "xpboost": 0.5, "dailyxplimit": 0, "dailystatlimitboost": 0, "dailyskilllimitboost": 0 } } }, There is a single XP boost permission option for simply granting players that one permission if you don't want to use special groups Then there is also the XPerienceAddon which comes with XP booster items and more.