FearFeeling icon

FearFeeling -----

Add the deadly fear accumulate mechanics to your server! >:D




  • Added Multiverse-Core support! Now the black-list will work with worlds created by Multiverse-Core
----------, Jun 30, 2023

  • Fixed a bug which says java.lang.NullPointerException: Name is null
    The plugin seems to be working now :)
    Thx everybody for reporting this bug!
----------, Jun 11, 2023

  • Now you can apply different potion effects on players with the critical fear level (effect-power-duration)
    Code (Text):
      critical-level:
        ...
          line-2: "FIND A LIGHTED SPACE"
        stable-effects:
          - "WEAKNESS:1"
          - "SLOW:2"
        random-effects:
          - "CONFUSION:1:6"
----------, Oct 20, 2021

  • Now you can configure when the fear show bar (actionbar or bossbar) will be shown. Add the fear-show-level line to your config.yml in the fear-settings section to manage it. Or delete your config and reload the plugin.
    Code (Text):
    fear-settings:
      ...
      default-show-style: BOSSBAR
      fear-show-level: 0
      consider-night-vision: true
      ...
----------, Oct 13, 2021

Added two WorldGuard flags: fear-grow and fear-fall. Now you can block a fear growing or falling in regions with these flags.
Code (Text):
/rg flag <region_name> fear-grow deny
/rg flag <region_name> fear-fall deny
----------, Oct 10, 2021

  • Now you will not get worse placeholders like %fearfeeling_fear% when a player not loaded. They will give default values.
----------, Oct 9, 2021

  • Fixed an error in the FearChangeEvent when ScaredPlayer is null (for depended plugins).
----------, Sep 5, 2021

  • Fixed the java.util.ConcurrentModificationException during a /fear reload execution
----------, Jul 18, 2021

  • Light from burning entities will also decrease a player fear level (If Optifine support is enabled).
    Add the following line to your config:
    Code (Text):
    optifine:
      ...
      dropped-glowing-items-light-radius: 4.0
      burning-mobs-light-radius: 4.0
      ...
----------, Jul 16, 2021

  • Light from burning entities will also decrease a player fear level (If Optifine support is enabled).
    Add the following line to your config:
    Code (Text):
    optifine:
      ...
      dropped-glowing-items-light-radius: 4.0
      burning-mobs-light-radius: 4.0
      ...
----------, Jul 16, 2021

  • Now you can use %f in the BossBar name to display a player fear level. Here is an example:
    Code (Text):
    bossbar-settings:
      name: "Fear: %f%"
      ...
    This will display something like Fear: 43% in the bossbar title.
  • Now the dropped glowing items will also decrease a player fear level (if the Optifine support is enabled in the plugin config). Add the new line into your config
    Code (Text):
    optifine:
      consider: false
      dropped-glowing-items-light-radius: 4.0
      ...
----------, Jul 15, 2021

It's really important for me :) I want to feel the feedback and know, how many servers use my plugin.
----------, Jul 14, 2021

Now you may not to kill a player when his fear at 100% but leave a special amount of health instead of this. Add the following lines to your config to enable this feature:
Code (Text):
    ...
    health-decrease-per-second-while-full: 10.0
    health-decrease-while-full-border: 0.0
  fear-from-monsters:
  ...
----------, Jul 13, 2021

Added the option to consider Optifine which allows to decrease the players fear level when they hold glowing items. Each glowing item will be added to the list manually. So, if you have mods on your server, make sure all glowing items to be added there. You can use this setting if you are sure that all your players are using the Optifine mod (or another mod which makes items in hands glowing).
Add the following lines to your config.yml if you don't have them
Code (Text):
# If you are sure that your players use Optifine (dynamic lights from items in hands)
optifine:
  consider: false
  items:
    - "TORCH"
    - "SOUL_TORCH"
    - "LANTERN"
    - "SOUL_LANTERN"
    - "GLOWSTONE"
    - "JACK_O_LANTERN"
    - "GLOW_ITEM_FRAME"
    - "MAGMA_CREAM"
    - "END_ROD"
    - "REDSTONE_TORCH"
    - "BLAZE_POWDER"
    - "NETHER_STAR"
    - "BLAZE_ROD"
    - "CAMPFIRE"
    - "SOUL_CAMPFIRE"
    - "SHROOMLIGHT"
    - "AMETHYST_CLUSTER"
    - "ENDER_CHEST"
    - "GLOW_INK_SAC"
    - "PRISMARINE_CRYSTALS"
    - "SEA_PICKLE"
    - "GLOW_BERRIES"
    - "CONDUIT"
    - "SEA_LANTERN"
    - "BEACON"
    - "LAVA_BUCKET"
----------, Jul 12, 2021

Changed priority of the death message when a player dies of fright
----------, Jul 10, 2021

  • Default fear show style will now be applied for all players who can't change their show style by the /fear showstyle command
----------, Jul 9, 2021

You can now change the fear level accumulation through the plugin settings:

Code (Text):
fear-settings:
  ...
  permission-modifier: 0.5
  ...
In example, if it set to 0.5, a player with the FearFeeling.lessfear permission will accumulate fear 2 times slower. And if a player has the FearFeeling.quicksedation permission will reduce his fear 2 times faster.
----------, Jul 5, 2021

  • The method for checking the light level has been changed so that you can now sit on the steps without the fear growing
  • Small optimization of saving players to the database when the plugin is stopped
----------, Jul 1, 2021

The plugin was fully recoded and greatly improved! Now the plugin has a lot of new functions!
  • Permission-based tab completion of the commands
  • More structured configuration file
  • Players can choose their fear show style (ACTIONBAR, BOSSBAR, NONE) with a command (if they have the permission)
  • Players fear settings are now being saved to the database
  • The fear level is now the decimal number (more flexible fear grow and fall setting)
  • Monsters near a player cause fear to grow faster
  • Heartbeat becomes faster if the fear level grows
  • Now you can set the light border for the fear level increasing
  • You can consider the night vision effect to prevent fear growth
  • Now the bossbar can also have the darken sky flag
  • etc...
You must to completely remove your FearFeeling folder from the plugins folder to use the new version of my plugin.
----------, Jun 28, 2021

Plugin was recoded and optimized. Messages config now has two new options:
Code (Text):
# Placeholder for an active fear mechanics while using %fearfeeling_status%
fear-enabled-placeholder: "&eActive"

# Placeholder for a blocked fear mechanics while using %fearfeeling_status%
fear-disabled-placeholder: "&aBlocked"
Now you can add placeholders (with PlaceholderAPI) about a fear status (enabled/disabled) to the custom menus (or other plugins using PAPI).

Added the WorldGuard support:
Code (Text):
# If you want to enable the fear mechanics only in certain regions, enable this option and add regions, where the fear
# will be enabled
# Expample:
# world-guard-support:
#  enabled: true
#  fear-clear-on-region-leave: false
#  fear-enabled-regions:
#  - world:spawn
world-guard-support:
  enabled: false
  fear-clear-on-region-leave: false
  fear-enabled-regions:
  - worldname:regionname
Now you can make creepy-zones with this option. The fear will be active only in regions in this list (if enabled set to true).
In example: if you want fear enabled only in the region "creepyzone" in the world with name "world_nether" you can do this with this setting:
Code (Text):
world-guard-support:
  enabled: true
  fear-clear-on-region-leave: false
  fear-enabled-regions:
  - world_nether:creepyzone
----------, Jun 22, 2020

The new option was added:
Code (Text):
check-login: false
Set it to true if you have a plugin with an authorization system (like AuthMe and etc...). It will prevent players to join your server with other players nicknames and accumulate fear even if they aren't authorized (they may use it to kill players)
----------, May 14, 2020

A lot of bug fixes, improvements and etc...
/set-fear, /block-fear and /unfear commands were replaces with the /fear command.
Use /fear set instead /set-fear
Use /fear switch instead /block-fear
Use /fear clear instead /unfear
New permissions for these commands!
FearFeeling.fear - to get an access to the /fear command
FearFeeling.fear.set, FearFeeling.fear.set.others - /fear set
FearFeeling.fear.switch, FearFeeling.fear.switch.others - /fear switch
FearFeeling.fear.clear, FearFeeling.fear.clear.others - /fear clear
fear-increase-speed and fear-decrease-speed were renamed to fear-increase-delay and fear-decrease-delay
You can't use /fear set for a player with the disabled fear mechanics now!
Added the new message for this case!

The plugin reloading was improved. Some bugs were fixed! There are no fear bossbars, if you type the /reload command and a player has blocked his fear.
Enjoy!11!1)
----------, May 10, 2020

Now you can add fear percentage to the bossbar title like in the actionbar:
%FL - for the percentage amount
----------, Apr 29, 2020

Finally added PlaceholderAPI support. Use %fearfeeling_fear% to get a player fear level (I hate this plugin, I spent a half-day to add this support). If it doesn't work normally, leave a message in the plugin discussion (but it will work...). I hope you are happy
.
----------, Apr 26, 2020

New option!
Add this line to your config.yml, if you don't want to lose your settings (from previous versions):

health-decrease-per-second-when-full: 20

When players reach 100% of fear, they will lose 20 hp/sec or 1 hp/tick, until they find a lighted space or die
Set it to 400 for an instant kill (because it will take 400/20 = 20 hp/tick).
P.S. It will ignore yellow hearts of absorption (because it's not a physical damage, but a mental damage :)).

+Small bug fix with the /set-fear command
----------, Apr 8, 2020

Fixed the bug with the /set-fear command. Now it affects on the critical fear level effects.
----------, Apr 1, 2020

Now you can add custom effects which will be applied to the players with the critical fear level. You were waiting for it, I know) And the small bug was fixed (Bossbars were visible even for the players which have blocked their fears with the /block-fear command).
----------, Mar 30, 2020

Now you can choose the fear level show style! It might be in the actionbar (like in the previous version), in the BossBar or disabled. You can also change the BossBar color and add the creepy epic fog, providing with the BossBar bukkit mechanics.
Added the /set-fear command, which allows you to change players' fear levels (check the new permissions on the Main Page of this plugin). And fixed a bug with the wrong message while using the /unfear command. Enjoy!
----------, Mar 28, 2020

Resource Information
Author:
----------
Total Downloads: 8,243
First Release: Mar 28, 2020
Last Update: Jun 30, 2023
Category: ---------------
All-Time Rating:
28 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings