Search the Community
Showing results for tags 'count'.
-
Version 1.8
51 downloads
A custom, highly optimized map with a size of 4500, featuring all the essential monuments for plugin functionality. Explore unique rivers, diverse landscapes, and specially designed building spots, offering a rich and immersive experience. Features: Highly optimized; Map size is 4500; Prefabs count : ~8k; Ring Road; Custom landscape Double-track surface railway with 2 entrances to the metro with separate branches for spawn trains; 2 Stations for Train Homes plugin; Launch Site, Airfield, Harbor and others monuments for plugins; Underground Rail tunnels; Underground Rail tunnels connected with surface railways; Fresh water and vegetation for farmers are in the rivers of the map; Abandoned Tugboat with loot on the coast along the rivers; Custom places for building in the subway (XU on the minimap); Custom building spots(X on the minimap); Single small lakes with fresh water throughout the map; Underwater Labs; Ziplines. Monuments: Combined Outpost; Harbour (2/2); Ferry Terminal; Radtown; Abandoned Supermarket; Oxum's Gas Station; Launch Site; Sphere tank; Junkyard; Airfield; Water treatment plant; Trainyard; Power Plant; Arctic Research Base; Large barn & Ranch; Nuclear Missile Silo; Desert Military Base; Giant Excavator Pit; Stone, Sulfur & HQM quarries; Satellite Dish; Small & Large Oil Rig; Underwater Lab. My Discord: shemov A password is attached to the maps. You can edit it. Other works:$17.90- 2 comments
- 1 review
-
Version 1.0.0
44 downloads
This plugin allows you to trigger commands based on the server entity count. Usage Check interval In Seconds - The amount of seconds the plugin check the server entities count. Execute One Trigger Per Check - Executes only one trigger every entities count check. Triggers [Count] - The server entities count for the trigger. Triggers [Enabled] - The trigger state. Triggers [Priority] - The trigger priority the lower the number is the higher the priority is, meaning it will run first if the conditions are met. Triggers [Type] - The type of the trigger "Equal" to the set entities count or "Equal Or Greater" than the set entities count. Triggers [Run Once] - Runs the trigger only one time if the conditions are met, meaning it will not run again even if the conditions are met. Triggers [Commands] - The commands that will be executed when the trigger conditions are met. Configuration { "Check Interval In Seconds": 60, "Execute One Trigger Per Check": true, "Triggers": { "100000": { "Enabled": true, "Priority (The lower the higher)": 1, "Type (0 = Equal, 1 = Equal Or Greater)": 1, "Run Once": false, "Commands": [ "say Server has reached 100,000 entities!" ] }, "120000": { "Enabled": true, "Priority (The lower the higher)": 2, "Type (0 = Equal, 1 = Equal Or Greater)": 1, "Run Once": false, "Commands": [ "say Server has reached 120,000 entities!" ] }, "135000": { "Enabled": true, "Priority (The lower the higher)": 3, "Type (0 = Equal, 1 = Equal Or Greater)": 0, "Run Once": false, "Commands": [ "say Server has reached 135,000 entities!" ] } } }Free