Jump to content

Rainey

Creator
  • Posts

    92
  • Joined

  • Last visited

Everything posted by Rainey

  1. Changed Status from Pending to Work in Progress Changed Fixed In to 1.11.0
  2. Hello! Thank you for your support! I'm sorry to hear you're having issues with that, this is the first I'm hearing of this but I have an idea as to why that's happening. I am finalizing an update this weekend, I will do some testing this evening and will figure out why that's happening and will make sure I address it in the upcoming update. I will update this ticket with what I find out. Thank you again for the support!
  3. Rainey

    ExtraEvents

    Hello! Not currently but I do like the idea, I'll work on building that into an upcoming release.
  4. Rainey

    ExtraEvents

    Hey thank you for the support! I've never used Economics but you should be able to deposit ECO points using the Command(s) portion of the Rewards, it would look something like this. "Command(s)": [ { "Enable Command": true, "Command Probability %": 100, "Command Display Name": "100 ECO Points", "Command": "deposit {player.id} 100" } ], Please let me know if you have any more questions. 🙂
  5. Rainey

    request

    Glad you got it figured out! Please let me know if you need anything else. 🙂
  6. Rainey

    request

    Changed Status from Pending to Not a Bug
  7. Rainey

    Extra rewards

    In your particular case the rewards for each event would look something like this: "Event Reward(s)": [ { "Enable Reward": true, "Reward Probability %": 100, "Reward Notification": { "Enable Reward Notification": true, "Only Send Reward Notification To Winning Player?": false, "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!", "Separate {rewards_list} With Commas?": true }, "Item(s)": [ { "Enable Item": true, "Item Probability %": 100, "Item Display Name": "Scrap", "Item Shortname": "scrap", "Item Skin ID": 0, "Item Amount": 1000 } ], "Command(s)": [ { "Enable Command": false, "Command Probability %": 100, "Command Display Name": "VIP Role", "Command": "oxide.usergroup add {player.id} vip" } ], "Kit(s) (plugin required)": [ { "Enable Kit": false, "Kit Probability %": 100, "Kit Display Name": "PVP Kit", "Kit": "pvpkit" } ] }, { "Enable Reward": true, "Reward Probability %": 100, "Reward Notification": { "Enable Reward Notification": true, "Only Send Reward Notification To Winning Player?": false, "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>second place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!", "Separate {rewards_list} With Commas?": true }, "Item(s)": [ { "Enable Item": true, "Item Probability %": 100, "Item Display Name": "Scrap", "Item Shortname": "scrap", "Item Skin ID": 0, "Item Amount": 500 } ], "Command(s)": [ { "Enable Command": false, "Command Probability %": 100, "Command Display Name": "VIP Role", "Command": "oxide.usergroup add {player.id} vip" } ], "Kit(s) (plugin required)": [ { "Enable Kit": false, "Kit Probability %": 100, "Kit Display Name": "PVP Kit", "Kit": "pvpkit" } ] }, { "Enable Reward": true, "Reward Probability %": 100, "Reward Notification": { "Enable Reward Notification": true, "Only Send Reward Notification To Winning Player?": false, "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>third place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!", "Separate {rewards_list} With Commas?": true }, "Item(s)": [ { "Enable Item": true, "Item Probability %": 100, "Item Display Name": "Scrap", "Item Shortname": "scrap", "Item Skin ID": 0, "Item Amount": 250 } ], "Command(s)": [ { "Enable Command": false, "Command Probability %": 100, "Command Display Name": "VIP Role", "Command": "oxide.usergroup add {player.id} vip" } ], "Kit(s) (plugin required)": [ { "Enable Kit": false, "Kit Probability %": 100, "Kit Display Name": "PVP Kit", "Kit": "pvpkit" } ] } ]
  8. Rainey

    Extra rewards

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.10.6
  9. Rainey

    Extra rewards

    Hello! Yup, it's in the documentation that you can add multiple winners, here is an example. (First winner receives 100 Scrap, 1 Pookie, and 10,000 RP. Second winner receives 5,000 RP and Farm Kit). Please let me know if you have any more questions. 🙂 "Event Reward(s)": [ { "Enable Reward": true, "Reward Probability %": 100, "Reward Notification": { "Enable Reward Notification": true, "Only Send Reward Notification To Winning Player?": false, "Reward Notification": "{player_name} scored first place in the {event_name} event with {points_scored} points and won {rewards_list}!", "Separate {rewards_list} With Commas?": true }, "Item(s)": [ { "Enable Item": true, "Item Probability %": 100, "Item Display Name": "Pookie", "Item Shortname": "pookie.bear", "Item Skin ID": 0, "Item Amount": 1 }, { "Enable Item": true, "Item Probability %": 100, "Item Display Name": "Scrap", "Item Shortname": "scrap", "Item Skin ID": 0, "Item Amount": 100 } ], "Command(s)": [ { "Enable Command": true, "Command Probability %": 100, "Command Display Name": "10,000 RP", "Command": "sr add {player.id} 10000" } ], "Kit(s) (plugin required)": [ { "Enable Kit": false, "Kit Probability %": 100, "Kit Display Name": "PVP Kit", "Kit": "pvpkit" } ] }, { "Enable Reward": true, "Reward Probability %": 100, "Reward Notification": { "Enable Reward Notification": true, "Only Send Reward Notification To Winning Player?": false, "Reward Notification": "{player_name} scored second place in the {event_name} event with {points_scored} points and won {rewards_list}!", "Separate {rewards_list} With Commas?": true }, "Item(s)": [ { "Enable Item": false, "Item Probability %": 100, "Item Display Name": "Scrap", "Item Shortname": "scrap", "Item Skin ID": 0, "Item Amount": 100 } ], "Command(s)": [ { "Enable Command": true, "Command Probability %": 100, "Command Display Name": "5,000 RP", "Command": "sr add {player.id} 5000" } ], "Kit(s) (plugin required)": [ { "Enable Kit": true, "Kit Probability %": 100, "Kit Display Name": "Farm Kit", "Kit": "farmkit" } ] } ]
  10. Unfortunately was still an error in 1.10.4, was 100% corrected in 1.10.5. Thank you again for letting me know and helping me test. ❤️
  11. Thank you so much for letting me know about this error and helping me test, I just released an official update (v1.10.4) that should fix this issue. ❤️
  12. Thank you for sending that, I will do some testing today and see what's going on. Sorry again, this is the first time I'm hearing about this error. Thanks for letting me know.
  13. Can you please PM me your configuration? Do you recall what caused the exception or did you happen to notice it in the console? Sorry about that, I'll make sure I get it fixed just need to be able to recreate it. 🙂
  14. Rainey

    GameTipBroadcast

    I'll have to look into that, might be due to the translated text.
  15. Rainey

    GameTipBroadcast

    The plugin targets global Chat messages sent by the server, not necessarily all on-screen prompts. In regards to keeping the plugin efficient and as cheap as possible, I don't necessarily want to target other hooks and methods outside of the scope of the original intent for the plugin. I will look into this a bit more but this suggestion might be better for another plugin altogether rather than an additional feature built into this existing one.
  16. Rainey

    support

    Changed Status from Work in Progress to Closed
  17. Rainey

    GameTipBroadcast

    I can look into it, what's that prompt triggered by?
  18. Rainey

    support

    Just released an update that should fix the Alert style GameTip and also added the new Error style. Thank you again for letting me know! 🙂
  19. Rainey

    support

    Changed Fixed In from 1.0.3 to Next Version
  20. Rainey

    support

    Hey! Thanks for letting me know, I didn't realize they recently changed the Toast/Alert gametip. I'm working on this now, I should hopefully have an update soon. 🙂
  21. Rainey

    support

    Changed Status from Pending to Work in Progress
  22. Rainey

    not auto run events

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.9.2
  23. Changed Status from Pending to Not a Bug Changed Fixed In to 1.9.2
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.1k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • 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.