Recent content by MatzeXX

  1. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    I've now thought about something with an item. So you don't have to deal with it anymore because of me. :)
  2. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    Still doesn't work but I noticed something. After two hours the chat says “{PlayerName} just played for {PlaytimeMinutes} minutes and picked up their first reward!”. Theoretically, the message should also appear when a minute is up and you get something, because I have 1 minute of playing time...
  3. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    Still not working :( There is also no error messages in console.
  4. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    I have it on my server
  5. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    yes 1.2.0 { "Version": "1.2.0", "Rewards": [ { "Playtime Minutes": 1.0, "Include AFK Time": false, "Currencies": [ { "Enabled": true, "Name": "stock", "Amount": 1, "Valid": false } ], "Run Random...
  6. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    Sorry to bother you again. I don't think the ShoppyStock worked. Nothing is added to me ingame. I should also be able to set in the config which currency I want to address in the Shoppystock. ShoppyStock supports as many custom currencies as you want and these are declared in the API with...
  7. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    Thank you for this fast update. Really love that you respond so fast. :) Keep this good work up. We really love your Plugins :)
  8. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    haha, yes because there are players that are standing the whole night on the the server for just some extra coins. I know this because we had the playtime rewards from umod from 2021-2022. Why? More players on the servers helps us to get us more new players because of the server list population...
  9. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    Oh okay. Are you planning in the future to make a option to deactivate/activate this?
  10. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    Great! Thank you! I will buy it today.:) Is there an option to deactivate the afk feature?
  11. MatzeXX

    Solved Add Support for Shoppy Stock Currency

    Hey, could you add support for ShoppyStock currency system? https://codefling.com/plugins/shoppy-stock
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart