-
Posts
3,341 -
Joined
-
Last visited
-
Days Won
49
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Mevent
-
Changed Status from Pending to Work in Progress
-
We've taken it into consideration! But, I want to warn you right away - I may fall asleep, because it's already 1 a.m.
-
Hey! Can u send me ur config?
-
Hey! Good news on this one, favorites in NPC shops is actually coming in the next update. Theres a new Allow Favorites option you flip on per NPC in the config, and each NPC gets its own favorites list separate from everything else. So on your NPC only setup you just turn that on for your vendor after updating and the favorite button shows up right there for players. Ill drop the version number in here as soon as its live, shouldnt be long.
-
Changed Status from Pending to Fixed Changed Fixed In to Next Version
-
- 14 comments
-
- #event
- #rust event
-
(and 1 more)
Tagged with:
-
- 14 comments
-
- #event
- #rust event
-
(and 1 more)
Tagged with:
-
Changed Status from Pending to No Response
-
Changed Status from Pending to No Response
-
Hey! Easiest way: o.unload Shop, delete that players file under oxide/data/Shop/Players/ (named by their steam id), then o.load Shop. Works whether theyre online or not since the unload flushes everything from memory first, just a few seconds of downtime for everyone. If you want zero downtime, make sure that player is offline, delete their file, and skip the reload, the shop reads it fresh when they reconnect. On the ID field, thats just an internal id the shop uses to tell items apart, its NOT the Rust item id. The actual Rust item comes from ShortName. So for Item type you can leave ID at 0 and for Command type the same, the plugin assigns it automatically. Your current config is fine, you just had the meaning of that field a bit off.
-
Changed Status from Pending to Closed
-
Hey! Really sorry about the wait on this one. Good news, its fixed in 1.5.50. Theres a new config option "Ignore players in CreativeMode", its off by default so you gotta enable it. Flip it to true, reload the plugin, and Build Tools will skip players with that CreativeMode flag, so their upgrades work normally again.
-
Changed Status from Pending to Fixed Changed Fixed In to 1.5.50
-
Changed Status from Work in Progress to Fixed Changed Fixed In to 2.0.19
-
Hey everyone! Yes, we have found the cause. I will publish an update with a fix within an hour
-
Hey, sorry for the runaround. Quick thing first so it makes sense: your images werent broken, the problem was Imgur. When ServerPanel tries to pull your QR links, Imgur throttles the server and sends back a 429 Too Many Requests error. So the image never downloads and you just get errors or blank boxes. Its not your config and its not the plugin, its Imgur blocking the request. The fix is to stop using links entirely and load the images straight off your server. Heres the exact steps, this method never hits 429 because nothing gets downloaded: Setting up your QR images: Open your data folder. Thats oxide/data if youre on Oxide, or carbon/data if youre on Carbon. Create a new folder inside it named TheMevent Put your QR image files into that folder, for example qrf1.png and qrf2.png In the ServerPanel editor, in the image field where you were pasting the Imgur link, type the path instead: TheMevent/qrf1.png Reload the plugin: o.reload ServerPanel on Oxide, or c.reload ServerPanel on Carbon Thats it, your QRF images will load. No 429, no broken links. While youre at it, turn on offline mode so our built in icons stop hitting the same issue: Open ServerPanel.json in your config folder Set "Enable Offline Image Mode": true Download PluginsStorage from https://gitlab.com/TheMevent/PluginsStorage/ (click Code then Download ZIP) Unzip it and put the Images folder inside your data/TheMevent folder, so you end up with data/TheMevent/Images Reload again: o.reload ServerPanel or c.reload ServerPanel If anything acts up, screenshot me the editor and Ill walk you through it, Im around now.
-
Changed Status from Pending to Work in Progress
-
Hey! So you dont create the marker separately, it comes automatically with the vendor. Just look at the spot where you want the seller and type /ship vendor create. It spawns the mission NPC there and the map marker shows up on its own, then it follows the NPC. To fine tune the position do /ship vendor start 0, then /ship vendor move and /ship vendor rotate, then /ship vendor save.
-
Changed Status from Pending to Fixed Changed Fixed In to 1.1.6
-
Ah my bad! I thought Codefling already pushed it on their end. Just did the refund myself now, so it should land on your side shortly. Lemme know once it shows up.
-
Hey! So from my side this is confirmed and Codefling told me its all good on their end, looks like they went ahead and processed it. Can you check if the refund already came through on your side? If its not there yet let me know and Ill sort it.