-
Posts
891 -
Joined
-
Days Won
6
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Khan
-
If we could get some basic documentation template layouts or designs that include the standard Features > Commands > Perms > Notes > Config > Data FIle > Lang File > etc. So that when we go to upload a new plugin, we are not manually building it out every time and instead simply filling in pre-made template options Maybe include some official codefling coloring in the templates, idk. But if we had this the site would greatly improve quality-wise, also mark-down support would be great to have as an alternative option for custom template design. Maybe something like a template builder with on/off toggles to add specific sections to the template like for example if my plugin only has commands perms and a config then i can just tick those 3 options for the template, fill those sections in and then bam done.
-
@Takeshi Is this still an issue? Or did carbon's updates resolve it?
-
- 2 comments
-
- #team spawner
- #team
-
(and 7 more)
Tagged with:
-
Version 1.0.0
3 downloads
Team Spawner makes regrouping with your team fast, simple, and player-friendly. Its clean, auto-generated UI lets players quickly select teammates directly from the death screen—no manual commands or reliance on beds and sleeping bags required. Perfect for fast-paced, action-packed team PvP. Features powerful restriction controls: Monument Blocking – Prevent team spawning near key monuments. Player State Blocking – Restrict spawning when swimming, sleeping, mounted, inside elevators, or on the cargo ship. Condition Blocking – Prevent usage while raid-blocked, combat-blocked, building-blocked, or on cooldown. Whether you’re running a casual or competitive server, Team Spawner gives server owners full flexibility while providing players with a seamless team experience. You can also create various permission based cool-down restrictions inside the config and simply grant players there permission based cool-down restriction. Notes: Requires Monument Finder from umod for monument blocking to work. ( Simply add the plugin ) Permissions teamspawner.use - needed to use the plugin. config cool down permissions will look like this: teamspawner.cooldown.vip Config { "GUI Settings": { "Main Panel Default: #000000, 0f": { "A": 0.0, "Hex": "#000000" }, "Content Panel Default: #000000, 0f": { "A": 0.0, "Hex": "#000000" }, "Buttons Default: #000000, 0.4f": { "A": 0.4, "Hex": "#000000" }, "Text Default: #FFFFFF, 0.7f": { "A": 0.7, "Hex": "#FFFFFF" } }, "Block Types": { "swimming": true, "sleeping": true, "mounted": true, "monument": true, "cargo ship": true, "elevator": true, "raid blocked": true, "combat blocked": true, "building blocked": true, "cooldown blocked": true }, "Permission Based CoolDown times in seconds": { "vip": 150, "default": 300 }, "Blocked Monuments": { "airfield_1": false, "arctic_research_base_a": false, "bandit_town": false, "cave_large_hard": false, "cave_large_medium": false, "cave_large_sewers_hard": false, "cave_medium_easy": false, "cave_medium_hard": false, "cave_medium_medium": false, "cave_small_easy": false, "cave_small_hard": false, "cave_small_medium": false, "compound": false, "desert_military_base_a": false, "desert_military_base_b": false, "desert_military_base_c": false, "desert_military_base_d": false, "excavator_1": false, "ferry_terminal_1": false, "fishing_village_a": false, "fishing_village_b": false, "fishing_village_c": false, "gas_station_1": false, "harbor_1": false, "harbor_2": false, "ice_lake_1": false, "ice_lake_2": false, "ice_lake_3": false, "ice_lake_4": false, "junkyard_1": false, "launch_site_1": false, "lighthouse": false, "military_tunnel_1": false, "mining_quarry_a": false, "mining_quarry_b": false, "mining_quarry_c": false, "nuclear_missile_silo": false, "oilrig_1": false, "oilrig_2": false, "powerplant_1": false, "radtown_small_3": false, "satellite_dish": false, "sphere_tank": false, "stables_a": false, "stables_b": false, "supermarket_1": false, "swamp_a": false, "swamp_b": false, "swamp_c": false, "trainyard_1": false, "underwater_lab_a": false, "underwater_lab_b": false, "underwater_lab_c": false, "underwater_lab_d": false, "warehouse": false, "water_treatment_plant_1": false, "water_well_a": false, "water_well_b": false, "water_well_c": false, "water_well_d": false, "water_well_e": false } } Supports the ability to add more Languages using oxides multi language file system: { "Unavailable": "team member is dead or wounded.", "Sleeping": "team member is sleeping.", "Swimming": "team member is swimming.", "Mounted": "team member is mounted.", "Cargo": "team member is aboard cargo.", "Elevator": "team member is using an elevator.", "BuildingBlocked": "team member is building blocked.", "RaidBlocked": "team member is raid blocked.", "CombatBlocked": "team member is combat blocked.", "MonumentBlocked": "team member is monument blocked.", "CoolDownBlocked": "cooldown blocked: {0}" }$14.99- 2 comments
-
- #team spawner
- #team
-
(and 7 more)
Tagged with:
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Fixed Changed Fixed In to 2.8.21
-
If you could find out what other plugin is causing it please let me know.
-
Even when I restart it's still not a bug for me. Please verify your server files are up to date & oxide is up to date & that you are indeed on the latest version 1.1.8 Also, after waiting for the server to boot fully the logs show everything's normal and plugins output doesn't read any errors. Perhaps another DLL addon or plugin you have is affecting it? ( maybe smooth restarter or something like that idk ).
-
@SlayersRust This plugin already supports blocking of both console & chat commands including f1 kill etc. Simply add it to the config option and specify it as a blocked command. { "Specify commands to block ( 3 = Block Both | 1 = Block Raid | 2 = Block Combat )": { "shop": 3, "kill": 3, "tp": 3 }, This plugin also already handles blocking TP while raid-blocked. You can also add the command to block Teleportation your self ^ as shown above. etc Regarding Better TC? I have an API that developer could easily add support with a couple lines of code..
-
Changed Status from Pending to Cant Reproduce
-
try the latest update, that looks like a carbon specific bug tho
-
Changed Status from Pending to Cant Reproduce
-
I do not experience this on oxides latest update on my oxide test servers. If you are on carbon then reach out to carbons dev team to get repairs.
-
-
Changed Status from Pending to Fixed
-
Latest update should resolve this.
-
Most owners setup a shop plugin for players to buy the item to use it. I include console and chat command for you to put it into a kits plugin as well. There's 2 different oxide permissions they need to fully use it. If you have a discord my discord id is khan8615 I don't mind getting into a call and screen sharing how you can set it up in a shop or kits plugin, etc