Releases: Stevv63/NoMindlessShooting
Release list
2.2.0-1.20.1
2.2.0 Update
Note: The old
radiusoption in the config is now invalid as it has been replaced withhearingRadiusandspawnRadius
This update brings:
- You can now exclude specific gun IDs from counting towards the threshold in the config
- You can now use color codes (e.g. &5) in messages to customize them further
- You can now define at what distance should the monsters spawn (hordeless only)
- Improved time expiry logic
Introducing new configuration options:
- hearingRadius replacing
radius - spawnRadius how far away mobs spawn (hordeless only)
- excludedWeapons a list of TaCZ gun IDs to exclude
2.1.0-1.20.1
NoMindlessShooting v2.1.0
Features
- You can now set your own spawntables when using the hordes!
- Built in spawning now supports multiple mobs (Randomly chosen from the list, modded mobs work but are not guaranteed to have the intended behaviour)
- Now uses a cache and stores a UUID instead of the player object.
CONFIG CHANGES
- Added
hordeSpawnTable, allows you to specify a hordes mod spawntable to use on horde start! - Added
mobs, a list of mobs to spawn (Randomly chosen from the list) for hordeless mode. - Moved
ignoreEncasedto the Gun category
Code things (Irrelevant unless you're keeping up with the code)
- Added several debug level logs for better releases
- Made the TacZListener more readable, silencer checks are now in their own boolean method
2.0.0-1.20.1
The mod now no longer depends on the hordes.
A new hordeless mode has been added which spawns vanilla zombies around you to attack you
Now shooting underground or completely encased will not count towards the threshold (This works by checking if you are below a block and have no sky light reaching you for simplicity)
The silencer check is now more convenient and you should no longer have to add silencer ids again.
An attraction cooldown is added (overrides the hordes one)
Config:
Removed silencer_ids since it's no longer used
Added useHorde which allows you to choose between the hordes and the simpler zombie spawning built in
Added spawnCount which lets you choose how many mobs to spawn if you are using the simpler built in zombie spawning
Added cooldown which lets you configure the cooldown for each horde/attraction
Added ignoreEncased which lets you toggle the sound blocking for underground/fully encased players
Added ignoreSilencer which lets you ignore or not ignore silencers
Added noiseWarningMessageInChat which lets you choose whether to send the message in the chat or the action bar
Added hordeStartMessageInChat which lets you choose whether to send the message in the chat or the action bar
Probably other minor things that I've forgotten, but those are the most important.
1.0.0-1.20.1
v1.0.0-1.20.1 Merge remote-tracking branch 'origin/master'