Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for powercas_gamer

show coords and time

Report Geosense?

GitHub Workflow Status (with event) GitHub release (latest SemVer) GitHub release (latest by date including pre-releases)

bStats Servers bStats Players

GeoSense

Welcome to the best plugin EVER created!

It has a beautiful startup message: startup message

This is the default config: default config

Placeholders

You can use MiniPlaceholders in the config.

Test

config.yml ```yaml # DONT CHANGE THIS! Simply ignore it :) CONFIG_VERSION: '1.8' # Specify the duration of the seasons in Seconds # e.g. for one hour -> season_duration: 3600 season_duration: 300 # Specify the worlds where the seasons should work. worlds: - world placeholders: duration: placeholderName: duration # Use your own date format. For help use this site: https://help.gooddata.com/cloudconnect/manual/date-and-time-format.html#:~:text=Table%C2%A028.5.%C2%A0Date%20and%20Time%20Format%20Patterns%20and%20Results%20(Java) format: HH:mm:ss currentSeason: placeholderName: currentSeason # Set the replacement for these seasons. text: spring: Spring summer: Summer fall: Fall winter: Winter # Should this plugin update itself if a new version was released? updater: true spring: # Customize the weather for the season weather: enabled: true # Customize the allowed weather types type: clear: true storm: true thunder: false # The growth speed of plants etc. default value -> 3. # higher -> faster | large values can cause server lag! # Heres a list what will be effected by the change: https://minecraft.fandom.com/wiki/Tick#:~:text=Most%20blocks%20ignore%20this%20tick%2C%20but%20some%20use%20it%20to%20do%20something%3A randomTickSpeed: 4 # The probability of an animal to spawn. 1-100% # Here is a list of all animals: https://pastebin.com/raw/Tf3mMGg6 # Format -> (MOB_NAME): (PERCENT) animalSpawning: SHEEP: 80 CHICKEN: 40 # Customize the movement speed of mobs # Here is a list of all mobs and their default movement speed: https://pastebin.com/raw/2WaGi20Z # Format -> (MOB_NAME): (SPEED) mobMovement: ZOMBIE: 0.3 SPIDER: 0.4 # Customize the speed of animal growing # Most baby mobs take 20 mins (24000 ticks) to grow up # Here is a list of all breedable animals: https://pastebin.com/raw/zzUAc3XM # Here is a tick calculator: https://mapmaking.fr/tick/ # IMPORTANT: 20 ticks = 1 second # Format -> (ANIMAL_NAME): (TIME IN TICKS) animalGrowing: COW: 6000 SHEEP: 3600 # Customize the bonus armor for mobs # 2 equals 1 Armor-slot | MAX is 20 mobBonusArmor: ZOMBIE: 2.5 CREEPER: 1.0 # Customize the max health for mobs # 2 equals 1 heart | MAX is 20 # List of all mobs and their max health: https://pastebin.com/raw/5upq7HVr mobMaxHealth: CREEPER: 25.0 ZOMBIE: 30.0 # Customize the attack damage for mobs # List of all mobs and their attack damage: https://pastebin.com/raw/XnC3kNXi mobAttackDamage: ZOMBIE: 4.0 SPIDER: 3.0 # Customize the crops that are not allowed to grow # List of all crops: https://minecraft.fandom.com/wiki/Crops preventCropGrowing: - POTATOES - CARROTS # Customize the potion effects for players # List of all potion effects: https://pastebin.com/raw/KPh96Mf9 potionEffects: SPEED: 1 REGENERATION: 1 # Here you can customize the custom loot from mobs. lootDrops: # Name of the mob ZOMBIE: # You can name this whatever you like as this isnt that important :) '1': # Displayname of the item in MiniMessage format. displayname: Mysterious Sword # Item Lore in MiniMessage format. lore: - This sword is - veeery mysterious! # Material of the item material: DIAMOND_SWORD # The amount of the item amount: 1 # The chance of this item to drop (0-100) in percent dropChance: 10 # List of all Enchantments: https://pastebin.com/raw/hyRbnm2q # Format -> (enchantment): (level) enchantments: sharpness: 2 # The bonus xp you get when picking up xp (in percent) # e.g. if you set 20 then the player will get 20% more xp. (20% of the picked up xp) xpBonus: 20 summer: weather: enabled: true type: clear: true storm: true thunder: false randomTickSpeed: 4 animalSpawning: SHEEP: 80 CHICKEN: 40 mobMovement: ZOMBIE: 0.3 SPIDER: 0.4 animalGrowing: COW: 6000 SHEEP: 3600 mobBonusArmor: ZOMBIE: 2.5 CREEPER: 1.0 mobMaxHealth: CREEPER: 25.0 ZOMBIE: 30.0 mobAttackDamage: ZOMBIE: 4.0 SPIDER: 3.0 preventCropGrowing: - POTATOES - CARROTS potionEffects: SPEED: 1 REGENERATION: 1 lootDrops: ZOMBIE: '1': displayname: Mysterious Sword lore: - This sword is - veeery mysterious! material: DIAMOND_SWORD amount: 1 dropChance: 10 enchantments: sharpness: 2 xpBonus: 20 fall: weather: enabled: true type: clear: true storm: true thunder: false randomTickSpeed: 4 animalSpawning: SHEEP: 80 CHICKEN: 40 mobMovement: ZOMBIE: 0.3 SPIDER: 0.4 animalGrowing: COW: 6000 SHEEP: 3600 mobBonusArmor: ZOMBIE: 2.5 CREEPER: 1.0 mobMaxHealth: CREEPER: 25.0 ZOMBIE: 30.0 mobAttackDamage: ZOMBIE: 4.0 SPIDER: 3.0 preventCropGrowing: - POTATOES - CARROTS potionEffects: SPEED: 1 REGENERATION: 1 lootDrops: ZOMBIE: '1': displayname: Mysterious Sword lore: - This sword is - veeery mysterious! material: DIAMOND_SWORD amount: 1 dropChance: 10 enchantments: sharpness: 2 xpBonus: 20 winter: weather: enabled: true type: clear: true storm: true thunder: false randomTickSpeed: 4 animalSpawning: SHEEP: 80 CHICKEN: 40 mobMovement: ZOMBIE: 0.3 SPIDER: 0.4 animalGrowing: COW: 6000 SHEEP: 3600 mobBonusArmor: ZOMBIE: 2.5 CREEPER: 1.0 mobMaxHealth: CREEPER: 25.0 ZOMBIE: 30.0 mobAttackDamage: ZOMBIE: 4.0 SPIDER: 3.0 preventCropGrowing: - POTATOES - CARROTS potionEffects: SPEED: 1 REGENERATION: 1 lootDrops: ZOMBIE: '1': displayname: Mysterious Sword lore: - This sword is - veeery mysterious! material: DIAMOND_SWORD amount: 1 dropChance: 10 enchantments: sharpness: 2 xpBonus: 20 ```

Information

CategoryGameplay
Published onJune 24, 2023
LicenseGPL
Downloads28
Stars0
Watchers0

Pinned Versions

Members