Jump to content

MACHIN3

Creator
  • Posts

    604
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by MACHIN3

  1. MACHIN3

    XPerienceAddon

    I have not. I do know it works with the corresponding workbench and depending on the workbench you are near it will base the speed off those as well.
  2. MACHIN3

    XPerienceAddon

    If I added xp for those it would go to the owner of the tables/furnace and could be a potential exploit
  3. MACHIN3

    XPerience

    I don't code specifically for Carbon but heard it does work.
  4. MACHIN3

    XPerience

    yes, enable hardcore mode in the admin panel
  5. 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.
  6. MACHIN3

    XPerience

    There is a patched version in our discord until I am able to work on this after work
  7. MACHIN3

    XPerience

    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
  8. MACHIN3

    XPerience

    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
  9. MACHIN3

    XPerience

    You would use the same commands as the xp boost except change the name to the book or scoll names.
  10. MACHIN3

    XPerience

    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
  11. MACHIN3

    XPerience

    The beta version in discord has the option to resize the UI. As for full summary that was one reason I rewrote the UI as it was very server heavy. Not to mention it didn't have enough room for all the new abilities
  12. MACHIN3

    Online Players

    Beta version in discord with new onlinehud on/off command as well as support for latest XPerience update
  13. MACHIN3

    Online Players

    will look into adding a chat command to turn on/off the hud for players
  14. MACHIN3

    XPerience

    stat and skills will not be lost on updates
  15. MACHIN3

    XPerience

    I will have to add support for the Bossplugin. Will look into this
  16. MACHIN3

    XPerience

    set any stat or skill max level to 0 and it will disable that stat or skill
  17. MACHIN3

    XPerience

    There's a patch in the discord under beta channel
  18. MACHIN3

    XPerienceAddon

    Welcome panel pages are edited in the config file
  19. MACHIN3

    Online Players

    new version is 1.1.4
  20. MACHIN3

    Online Players

    working on this issue now, sry for the problems. Will hopefully get an update shortly
  21. MACHIN3

    XPerience

    I completely missed this comment and I apologize. This will be fixed in next version
  22. MACHIN3

    XPerience

    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
  23. MACHIN3

    XPerience

    In the "other mods setting" tab in the admin panel you'll see the settings for the tamer skill which uses the pets/personal animal plugins.
  24. MACHIN3

    XPerience

    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.
  25. MACHIN3

    XPerience

    I haven't made any plans yet to work with carbon

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.7k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.