-
Posts
3,655 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Yeah this is on the list of things to do. Ive had a little play around with armor slots so it should be doable.
-
That is really strange. I assume you reloaded the plugin after getting prestige, but before adding the config from your other server?
-
Sixth Sense not working on jungle animals
imthenewguy replied to Butters's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
Sixth Sense not working on jungle animals
imthenewguy replied to Butters's Support Request in Support
Its been added to next rel;ease -
Do you use a translation plugin?
-
Yeah its in the works.
-
No other reports of this, so not sure.
-
- 201 comments
-
Changed Status from Pending to Closed
-
- 1,286 comments
-
- #leveling
- #progression
- (and 19 more)
-
Updated. Forgot to queue this update.
-
-
Not a clue then mate. It's from my EpicLoot plugin, and if you don't have that, then I have no idea why it's in Raidable Bases.
-
Are you able to translate the name of that item for me? That is an item from EpicLoot. Someone may have repurposed the skin though.
-
- 39 comments
-
- #competition
- #event
- (and 6 more)
-
You can safely ignore it then.
-
There is nothing in EpicLoot that adds the scrapper currency to Raidable bases, so you need to look at other plugins unfortunately.
-
Its from my EpicLoot plugin, but my plugin isnt the one adding it to RaidableBases drop table. Have you added it to raidable bases directly?
-
Do the items show up in UI?
-
My plugin doesn't add Epic Scrap to Raidable bases; only epic equipment.
-
- 15 comments
-
Hey mate, there are a few things. It's a ground up rebuild (entirely different code), so it's a lot more optimized and has less impact on your server. It also has admin tools to view users containers, allows for easy repositioning of containers at monuments and supports setting up containers for custom monuments (based on the monument marker location). It also supports armor slots and ownership tags when handling items and a more comprehensive whitelist/blacklist options. The old version is no longer being maintained either. The code is too old and bad to work with.
-
Version 1.0.0
6 downloads
Global Storage Pro creates storage for your players that can be access from any global storage container. Containers will automatically spawn at safe-zone monuments, allowing players to safely store their items. The plugin will create an instance of storage for each player that loots the box, allowing for multiple players to loot the same global storage chest to manage their own instances of storage. Monument spawns: Automatically spawns containers at safe zone monuments. These can be repositioned using the gs.setpos command. Map specific spawns: Use the gs.addloc command to create a spawn point for a container that will be based on the map name. Anytime the map with a valid name is loaded, a container will spawn at the specified location. Placeholder spawns: Using RustEdit, placeholder entities can be deployed at specific locations to create automatic spawns for your custom monuments. Deployable containers: Players can be given deployable containers to setup in their bases that access the storage network. Comprehensive white/black list: Have full control over what items can be added to GlobalStoragePro containers based on skin, name, shortname and text fields. Permission based slots and deployments: You can create any number of permissions that will provide more or less storage slots, and deployments of containers. Administrative tool: Access the contents of any players global storage in-game using the gs.view command. Persistent wipe settings: Allow contents of containers to persist between wipes. Command: gs.givestorage <target> <amount> Type: Console Permission: globalstoragepro.admin (or can be run by the server with no perms) Description: Gives the target player a deployable global storage item. Command: gs.setpos Type: Chat Permission: globalstoragepro.admin Description: Sets the spawn location for the nearest monument (or monument marker for custom monuments) Command: gs.addloc Type: Chat Permission: globalstoragepro.admin Description: Adds a spawn location for a global storage chest. The name of the map is captured and put into the config along with the location for future spawns. Command: gs.openplayerinventory <userid> Type: Chat Permission: globalstoragepro.admin Description: Opens the storage container for the specified userid. Command: gs.view Type: Chat Permission: globalstoragepro.admin Description: Provides a list of all containers that have contents to the admin, who can then select one to view its contents. // Adds an item to the target players global storage container void TryAddItemToGlobalStorage(BasePlayer player, Item item, bool notify)$14.99 -
Changed Status from Pending to Closed Changed Fixed In to Next Version