-
Posts
347 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Marte6
-
- 55 comments
-
- #recycler
- #industrial
-
(and 2 more)
Tagged with:
-
- 55 comments
-
- #recycler
- #industrial
-
(and 2 more)
Tagged with:
-
Version 3.0.7
442 downloads
Elevate your server experience with Dungeon Events – the ultimate, fully customizable dynamic dungeon plugin that redefines challenge and reward! With Dungeon Events, you can easily spawn dungeons anywhere on the map, interactive NPCs, strategically placed auto turrets, and lucrative loot crates. Key Features: Advanced NPC & Boss Customization: Fine-tune NPC and boss health, damage, gear, movement ranges, and drop tables (requires the free NpcSpawn plugin) for a tailored combat experience. Deadly Turrets & Hazard Control: Deploy auto turrets with customizable weapon loadouts to create nerve-wracking corridors and high-stakes encounters. Customizable Loot & Rewards: Configure loot boxes down to item probabilities, quantities, custom names, and skins to perfectly balance risk and reward. Tiered Difficulties for Every Player: From “Easy” to “Nightmare,” choose from multiple difficulty tiers to suit both beginners and hardcore raiders. Flexible Spawn Options: Set dungeons to auto-spawn on timers or trigger them manually with admin or player commands – ideal for dynamic events and special occasions. Buyable Dungeons: Let players invest scrap, Economics currency, or ServerRewards points to unlock their very own private dungeon adventures. Informative Map Markers: Each dungeon is clearly marked with custom icons and radius indicators that display the dungeon’s name, tier, and owner, ensuring players always know where the action is. Plus, with in-depth debug logging and an intuitive configuration system, tweaking spawn logic, removal conditions, economy integration, and more is effortless. Dungeon Events is designed to deliver an unparalleled, immersive experience that will have your community coming back for more. Transform your gameplay and create epic moments that players will talk about long after the battle ends! Required Dependency (Free): NpcSpawn Admin Commands: • /createdungeon <tierName> – Spawns a new dungeon at a random valid location. • /removeinactivedungeons – Removes dungeons that meet your removal conditions. • /removealldungeons – Instantly removes all active dungeons. • /forceremovealldungeons – Force-cleans every dungeon entity. Player Commands: • /buydungeon – Opens a UI to purchase a new dungeon (or use /buydungeon <tierName> in console with your user ID). Console (RCON) Commands: • buydungeon <tierName> <playerID> – Purchase a dungeon for a specific player. Available Permissions: • dungeonevents.admin – Access to all admin commands and features. • dungeonevents.buy – Allows players to purchase dungeons. • dungeonevents.enter – Grants access to enter dungeons. Hooks: void OnDungeonSpawn(ulong OwnerID, Vector3 Position, string Grid, string TierName) { PrintWarning($"Dungeon spawned at {Position} by {OwnerID} Grid: {Grid}, Tier: {TierName}"); } void OnDungeonDespawn(ulong OwnerID, Vector3 Position, string Grid, string TierName) { PrintWarning($"Dungeon despawned at {Position} by {OwnerID} Grid: {Grid}, Tier: {TierName}"); } Supported Languages: EN, PT-BR, DE, ES, RU Take control of your server’s destiny – customize every aspect of your dungeons from tiers and loot to turret configurations and auto-removal conditions. Dungeon Events is your gateway to creating challenging, immersive, and truly unique adventures for your community! Plugin config, where you can change tiers, loot items, turret settings, dependencies, spawn logic, auto-removal conditions, economy integration, and more.$25.00 -
Changed Status from Pending to Fixed Changed Fixed In to 2.4.1
-
Hi suhturhn, I apologize for the inconvenience you're experiencing with the permission issues regarding the recycler. Here is a description of how to use the specified permissions: Permission Get Recycler ("recyclerbox.get"): This permission allows the user to get the recycler box. Permission Transform Recycler ("recyclerbox.transform"): This permission enables users to transform a regular box in an the recycler box into other forms or materials. Permission Use VirtualRecycler ("recyclerbox.virtual"): With this permission, users can utilize a virtual recycler. Permission Recycler Delay1 ("recyclerbox.delay1"): This permission introduces a delay factor when using the recycler. Permission Recycler Delay2 ("recyclerbox.delay2"): Similar to Delay1, this permission enforces a different time delay when interacting with the recycler. If you continue to face issues, let me know, and I can assist you further!
-
- 55 comments
-
- #recycler
- #industrial
-
(and 2 more)
Tagged with:
-
Hi Evergreen, I'm glad to hear that everything is working well for you! Regarding your request for recycling loss and recycling time adjustments, I want to be transparent that I can't promise these changes will be implemented, as they would require significant alterations from the current functionality of the plugin. There are other plugins that can work alongside mine to achieve similar effects, such as Recycle Manager from umod. However, I won't disregard your request and may consider implementing it in the future. Thank you for your understanding!
- 55 comments
-
- #recycler
- #industrial
-
(and 2 more)
Tagged with:
-
I apologize for the delay. I’ll make some adjustments to allow payments with items and will work on this in the next few days.
-
- 55 comments
-
- 1
-
-
- #recycler
- #industrial
-
(and 2 more)
Tagged with:
-
It worked here, but I used another permission: { "Command": "myrecycler", "Messages": [], "Permission": "customchatcommands.admin", "ConsoleCmd": null, "UserID": 0, "Broadcast": true, "RconCmd": ["giveindustrialrecycler {player.id}"], "Cooldown": 30.0, "MaxUses": 0 },
-
Changed Status from Pending to Not a Bug
-
It seems the issue is that the command you're trying to use, giveindustrialrecycler, needs to be executed through RconCmd: { "Command": "myrecycler", "Messages": [], "Permission": "customchatcommands.tier1", "ConsoleCmd": null, "UserID": 0, "Broadcast": true, "RconCmd": ["giveindustrialrecycler {player.id}"], "Cooldown": 30.0, "MaxUses": 0 },
-
I'll create an option to enable or disable the regular recycler, as well as an option to allow the regular one to be placed on tugboats. This way, it solves all the problems for now.
-
I can adjust my plugin to place a regular recycler on the tugboat if you think that would solve the issue.
-
Could you tell me what’s causing the conflict? I didn’t quite understand, since the command can be changed in the configuration file. Could you also tell me the name of the plugin?
-
Changed Status from Work in Progress to Not a Bug
-
So, unfortunately, I haven’t been able to make this change yet. I managed to place a regular recycler, but with the additions from the industrial version, I encountered a lot of bugs and couldn’t get it to work yet. Maybe I’ll try again in the future after doing more research, but for now, I won’t be able to.