-
Posts
682 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Mals
-
Do you realise it is two different plugins, two different authors? They do not overlap, so you are effectively configuring each "container" once. It would be ideal if there was one master configuration across all plugins, but since this is effectively creating new container types that is out of scope for existing plugins. You would need to get the AlphaLoot to alter its code to support this plugin, not the other way around. I would suggest it is unlikely.
-
change this line 317: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Where(x => !x.IsAdmin).Select(player => player)).ToList(); to: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Select(player => player)).ToList(); and line 348 as well. I believe that takes out the admin filter. But normally Admins on most servers do not play, and do not get things, thus this design choice. Perhaps they might consider adding a config option for this?
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 99 comments
-
- #panel
- #infopanel
- (and 4 more)
-
same for me looks like it needs an update to the latest version of oxide.
-
- 101 comments
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 10 comments
-
- #rust
- #mechanics
-
(and 6 more)
Tagged with:
-
-
A fun way to add convenience to your server. Although my server is PvE, I suspect for PvP this would be a radical game changer. This would motivate VIP purchases if your goal is monetization. Players enjoy having different kits for different situations at their fingertips. For the price, it is an excellent addition for a server. @Raul-Sorin Sorban has made some lovely portable utilities, all of them worth a look.
-
- 49 comments
-
- #zombie
- #krungh crow
-
(and 5 more)
Tagged with:
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 177 comments
-
- 1
-
-
- #monuments lock
- #lock monument
-
(and 3 more)
Tagged with:
-
- 31 comments
-
- 195 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
It is not a complex fix, Oxide decided to change the order of the parameters and name of the gathering hook. It is a 10 second fix if you know oxide and c#. I did a search and replace with notepad++ on all my plugins. That said the old hook works till the end of the year, so tons of time to adjust the code.
- 424 comments
-
- 2
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 5 comments
-
- #flashbang
- #flashless
-
(and 1 more)
Tagged with: