-
Posts
2,234 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by IIIaKa
-
Changed Status from Work in Progress to Gremlins Changed Fixed In to 0.1.5.1
-
Changed Status from Pending to Work in Progress
-
Hello. This is a storage(warehouse) plugin, meaning players deposit their own items(crafted, looted and etc) for safekeeping. As for the giveaway, the items placed there come from the world(buried, banned players, destroyed in safe zone backpacks and etc), they are not created artificially. Except for the forced filling of the giveaway storage via command, only there are items created artificially, but even then, not all items go into the "randomizer". There's a default list of forbidden items, but when adding new ones(in game updates), it(in plugin) still needs to be updated. Most likely, I'll move this list to the config so admins can add or remove items themselves.
- 3 comments
-
- #rust
- #monument
-
(and 42 more)
Tagged with:
- #rust
- #monument
- #monuments
- #loot
- #looting
- #custom
- #bar
- #ui
- #cui
- #newbie
- #panel
- #mission
- #missions
- #npc
- #talk
- #talking
- #keep
- #keeper
- #warehouse
- #ware
- #house
- #limit
- #limits
- #permission
- #permissions
- #vip
- #economy
- #economics
- #humannpc
- #event
- #events
- #giveaway
- #giveaways
- #storage
- #item
- #items
- #pay
- #paid
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
- 74 comments
-
- #rust
- #industrial
- (and 25 more)
-
- 74 comments
-
- #rust
- #industrial
- (and 25 more)
-
- 117 comments
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
Hello. I recommend using the "Image_Local" property, which allows you to store images directly on your server(*SERVER*\oxide\data\AdvancedStatus\Images), thereby avoiding dependency on third-party services. Also, all icons for my status plugins are available in the AdvancedStatus plugin archive, in the \data\AdvancedStatus\Images folder. You can either use a local image or upload the image to any image hosting service you prefer.
-
Hello. Sorry for bringing up an old topic, but I'm a bit confused. Does CheckSkinOwnership only work for building skins? It only accepts an int, while all skinIDs are of type ulong. Also, the steamDlc property is null for many items, for example, if you take the ItemDefinition of the Ice Throne(from Ice King Pack), its steamDlc is null. How can one check the availability of an item by skinID and separately by itemid/ItemDefinition? Introduce rules but not provide a working tool to enforce them, in classic Facepunch style...
-
The site allows users to follow creators. Is it possible to add a feature where followers receive a configurable discount percentage for being subscribed to an author's profile? For example, I could set a 5% discount for anyone who has been following my profile for at least one month(configurable). Then, when they purchase any product, bundle and etc, they would receive this additional 5%, on top of any other applicable discounts. Or, to have the ability to define a list of discounts based on how long a user has been following the profile(for example) : 1 month = 1% 3 months = 3% 6 months = 5% 1 year = 10% I think this would give customers one more reason to buy on this site and they would appreciate it as well. And this would only apply if the creator chooses to enable this discount, it would be disabled by default.
-
- 117 comments
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
- 117 comments
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
Hello. If you want the permission time to be added to the previous remaining time(if any), you should specify false at the end or leave it unspecified. If you want the previous permission time to be reset(if it existed), then you need to specify true. /tperm grant user iiiaka realpve.vip 3600 false - This command grants or extends the realpve.vip permission for the player iiiaka for 3600 seconds. /tperm grant user iiiaka realpve.vip 3600 true - This command works the same as with false by granting the realpve.vip permission to the player iiiaka for 3600 seconds. However, if the player already had remaining time for this permission, that time will be reset, and only the newly specified duration will be applied. P.S. I recommend always using the userID instead of the username, because usernames can contain spaces and various special characters.
-
Hello, yes, this plugin works with RaidableBases. In this plugin, the entire map is a PvE zone, but PvP zones can be created through 3rd party plugins(MonumentsWatcher, DynamicPVP, RaidableBases, AbandonedBases, Arena plugins and etc). And most importantly, with this plugin you can keep server.pve true, which allows your server to have the PvE tag in the server browser.
- 117 comments
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
It would also be nice to have the ability to add a comment when manually granting access to the plugin, since over time it's easy to forget why the access was given. And to have the ability to revoke a manually issued license so that it doesn't get deleted, but is instead marked as expired.
-
@Death Hello. It would be great if the plugin's purchase page showed the price at which a person bought their license, and also indicated when the author manually granted access to the plugin. Additionally, when granting access manually, it would be helpful to be able to specify the exact date and time of the license issuance, because right now it is automatically set to the current day at 00:00.
-
- 117 comments
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
