-
Posts
3,442 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Most stacks plugins will fix this issue, but I will add it to the plugin next update for those that don't run one
-
- 197 comments
-
Have you assigned the permission to give kits, and have you enabled recycling in the config?
-
Changed Status from Pending to Closed
-
Yeah. Players shouldn't really ever die unless they jump off the edge, but EventHelper works with it so it won't restore the paintball items for the player if they die. You can set the config to require a command for the player to get their stuff back after respawning, rather than it happening automatically as well.
- 29 comments
-
- 197 comments
-
- 29 comments
-
That permission increases the chance by 100%, it doesn't set it to 100%. For example, if the base value was a 25% chance of success, that permission would instead offer a 50% chance.
-
How have you set it up?
-
- 29 comments
-
Ahh right I understand the concept. It seems a little over-complicated and nieche for this plugin. Would be simpler to add a straight roll for Item/economics/server rewards to re-roll the stats of the item. Example: Re-rolling c tier items would cost $100 and has the potential to re-roll using the default chances (could remain C, upgrade to B, A or S). Re-rolling B tier items would be the same, except that they could not downgrade to C, but would cost $200. Re-rolling A tier items would be the same, except it could not downgrade to B or C, but would cost $500. etc
- 243 comments
-
- 2
-
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Hey mate, why not use the NightVision plugin? The plugin supports it by default. If you do want to use the nightvision item specifically, adjust your config value to this: "Commands to run for each player when the game starts and the gates open. Use {id} in replacement of the players steam id": [ "inventory.giveto {id} nightvisiongoggles" ], Regarding adding extra loot profiles, you basically want to ensure you format it correctly or you will run into json format issues. "TestLoot": { "Chance for this profile to be selected for the game (weighted system)": 100, "min_items": 2, "max_items": 4, "items": [ { "shortname": "weapon.mod.8x.scope", "min_amount": 1, "max_amount": 1, "skin": 0, "displayName": null }, { "shortname": "weapon.mod.small.scope", "min_amount": 1, "max_amount": 1, "skin": 0, "displayName": null } ] }
-
Hey I have never used the shop plugin, but I assume you can add commands to it that run when a player makes a purchase. If so, I would suggest simply running the givexp console command for the player.
-
- 243 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Version 1.0.4
207 downloads
Paintball is a plugin that spawns an arena in the sky to host a paintball match using snowball launchers. Players have a set number of hits that they can take before they are eliminated. There are 2 game modes included with the plugin: Free-for-all: Everyone vs everyone. Team death-match: Players are split into 2 teams. Players can be awarded with items, economics, server rewards and custom commands if they win. The plugin comes with 2 dynamic arenas included, which will be selected randomly each game. EventHelper is used to automatically start the event and will also allow players to vote for the event manually. The only permission is paintball.admin. This is required to run all commands except for joining and leaving an event, or redeeming prizes. Command: pbstart Parameters: <optional: arenaFile, optional: heightMod, optional: startDelay> Type: Console & Chat Description: Manually starts the game. Command: pbend Parameters: none Type: Console & Chat Description: Manually stops the game. Command: pbjoin (configurable) Parameters: none Type: Console & Chat Description: Joins an active game. Command: pbleave (configurable) Parameters: none Type: Console & Chat Description: Leaves an active game. Command: pbprize (configurable) Parameters: none Type: Chat Description: Redeems a prize for winning. Command: pbsetcentrepoint Parameters: <arenaFile> Type: Chat Description: Sets the centre point of an arena at the players location. The arena will spawn from that location moving forward.$19.99- 29 comments
- 2 reviews
-
- 2
-
-
-
Changed Status from Pending to Closed
-
The only way to block it at the moment is to use ZoneManager, or add the grid values into the config. "Grids To Block Spawns At"
-
Since that is an ultimate, its values are adjusted else-where in the config. "What scale of damage should the player receive as health [1.0 = 100%]" I'll think about your suggestions.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
I will look at adding it though.