-
Posts
737 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by ninco90
-
- 55 comments
-
- 1
-
-
- #boat
- #controller
- (and 8 more)
-
- 55 comments
-
- #boat
- #controller
- (and 8 more)
-
There's a chat command I added in the last update and didn't remove, which performs the same function as pressing a button. I should have deleted the chat command, but I forgot The console commands you see in the plugin aren't actually for manual use; they're internal commands used by the buttons.
-
- 55 comments
-
- 1
-
-
- #boat
- #controller
- (and 8 more)
-
- 55 comments
-
- #boat
- #controller
- (and 8 more)
-
Do you mean that when you kill an NPC riding a cannon, the cannon disappears?
-
- 55 comments
-
- #boat
- #controller
- (and 8 more)
-
- 55 comments
-
- #boat
- #controller
- (and 8 more)
-
- 55 comments
-
- #boat
- #controller
- (and 8 more)
-
Sorry! I thought it was a different problem. Make sure you update the plugin; it's important. Regarding your issue, if the interface gets stuck on the screen for any reason, try getting back on the helm and then getting off. The interface should disappear automatically when you get off the helm. The interface appears over the belt because you can't use anything on the belt when you're at the helm, so it's the best way to avoid obstructing your view. Now, the other interface with the ship information can be moved, so any player can drag it around the screen and place it wherever they want.
-
Changed Status from Pending to Fixed Changed Fixed In to 1.1.0
-
Fixed! Please download the latest update and test everything again
-
Hi! Yes, I've been aware of this issue since last night, and I spent all night working on a new update. I've fixed it now, and it will be released soon! I sincerely apologize for the inconvenience. This only happened in Oxide, but it worked fine in Carbon.
-
Hi! Yes, I've been aware of this issue since last night, and I spent all night working on a new update. I've fixed it now, and it will be released soon! I sincerely apologize for the inconvenience. This only happened in Oxide, but it worked fine in Carbon.
-
- 1,159 comments
-
- 4
-
-
-
- #loot
- #customloot
- (and 13 more)
-
Changed Status from Pending to Closed
-
Hi! I wanted to let you know that I'm working on the settings page. Please message me on Discord and I'll send it to you so you can try it out.
-
Hey, I like the idea of a web editor. It would be much easier to do. Noted!
-
Hi! The plugin is a global leveling system for all players, restricting certain actions based on their current tier. [Therefore, it's not a "notification and information system"] It's usually configured properly once, on a test server, or if you're preparing for an event (which is where it's primarily used). As you correctly point out, much of the configuration is done through the configuration file itself. Adding a more visual and practical way to manage everything would mean more lines of code, more functions, and less plugin optimization. And frankly, for me, the most important thing is plugin optimization and ensuring they don't create any additional load. However, what can be easily configured from within the game itself are the locked items for each tier using the chat command: /tier edit (although for the changes to take effect, you'll need to reload the plugin, as the locked items are cached when the plugin starts). So why can this be edited and not other things? Well, I consider this the most complex part of configuring the plugin. Imagine entering the item names one by one by hand... It would be madness. I should also mention that this plugin requires a good understanding of the process; it's not easy to install. Although I tried to make it as easy as possible and organize the configuration's JSON structure well. What are you finding most difficult to edit? Perhaps I could create a custom plugin for you that allows you to configure the basic settings for each tier, and that plugin would contain the editing options you need. That way, once you've finished configuring it, you can remove it from the server. Honestly, this plugin has sold well. Occasionally, someone asks questions, and I help them without hesitation. But no one has ever described it so negatively.
-
So in the "Img Icon" field: "", For wood, stone, metal, and armored, it's empty, right? That is, there shouldn't be any content inside the quotation marks. This is so it gets the image from the game itself. The strange thing is, there are usually problems the other way around; those usually load, but the DLC images don't because they're external images, haha.