sScreamer - Scare your players with your screemer, with your sounds icon

sScreamer - Scare your players with your screemer, with your sounds -----

sScreamer




1. The /ssdownloadplugin command, which downloads a new version of the plugin, has been removed.
2. Now to call a screamer you need to write the full nickname.
3. Updated config and localization files.
4. The code has been slightly changed.

If you find any errors in this update, please write to me in Discussions.
----------, Jan 16, 2024

1. Added 3 new parameters to the config:

Code (YAML):
  #===|
  # Should command execution be enabled when summoning a screamer for the player? "Through command, or automatically"
  # Нужно ли включать выполнения команд, когда для игрока призывают скримера? "Через команду, или автоматически"
  Commands-Enabled
: false
  #===|
  # Modes of command execution for the player:
  # - "all" means that all commands from the list will be applied to the player.
  # - "random" means that a random command from the list will be selected and applied to the player.
  # - "sequential" means that commands will be applied to the player in the order specified in the list.
  # Режимы выполнения команд для игрока:
  #  - "all" означает, что все команды из списка будут применены к игроку.
  #  - "random" означает, что будет выбрана случайная команда из списка и будет применена к игроку.
  #  - "sequential" означает, что команды будут применены к игроку в порядке, указанном в списке.
  Commands-Mode
: all
  #===|
  # Specify your commands here that will be applied to the player.
  # Available values:
  # - run-command-console - Executes a command from the console.
  # - run-command-player - Executes a command from the player's perspective.
  # - %player% - Replaced with the player's nickname.
  # Ability to specify multiple commands in one line "run-command-console: say %player%; run-command-player: say %player%"
  # using the ";" symbol.
  # Укажите здесь свои команды которые будут применены к игроку.
  # Доступные значения:
  #  - run-command-console - Выполняется команда от имени консоли.
  #  - run-command-player - Выполняется команда от имени игрока.
  #  - %player% - Заменяется на ник игрока.
  # Возможность указать несколько команд в одной строке "run-command-console: say %player%; run-command-player: say %player%"
  # через символ ";"
  Commands-List
:
  - 'run-command-console
: say %player%; run-command-player: say %player%'
  - 'run-command-player
: say %player%; run-command-console: say %player%'
----------, Jan 14, 2024

1. Two new parameters have been added to the configuration:
upload_2023-12-19_19-56-56.png

If you find any errors related to this update, please report them in the Discussions.
----------, Dec 19, 2023

1. Now, when a screamer appears, it will be invisible to all players except the one for whom the screamer was summoned.
2. A new parameter for effects has been added:
Code (YAML):
  # Modes for issuing effects to the player:
  #  - "all" means that all effects from the list will be applied to the player.
  #  - "random" means that a random effect from the list will be selected and applied to the player.
  #  - "sequential" means that effects will be applied to the player in the order specified in the list.
  #
  # Режимы выдачи эффектов игроку:
  #  - "all" означает, что все эффекты из списка будут применены к игроку.
  #  - "random" означает, что будет выбран случайный эффект из списка и применен к игроку.
  #  - "sequential" означает, что эффекты будут применены к игроку в порядке, указанном в списке.
  Effect-Give-Mode
: all
3. New settings for particles have been introduced:
Code (YAML):
  # Do I need to enable particle spawning?
  # Нужно ли включить спавн частиц?
  Particles-Enabled
: true
  # This parameter determines the type of particle to be used.
  # Particle list - https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  # Этот параметр определяет тип частиц, который будет использоваться.
  # Список частиц - https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  Particles-Type
: REDSTONE
  # This parameter determines the number of particles to be created.
  # In this case, 5 particles will be created.
  # Этот параметр определяет количество частиц, которые будут созданы.
  # В данном случае, будет создано 5 частиц.
  Particles-Count
: 5
  # This parameter sets the X-axis offset for each particle.
  # A value of 0.5 means particles will be shifted 0.5 blocks relative to the starting point.
  # Этот параметр задает смещение по оси X для каждой частицы.
  # Значение 0.5 означает, что частицы будут сдвинуты на 0.5 блока относительно начальной точки.
  Particles-OffSetX
: 0.5
  # This parameter sets the Y-axis offset for each particle.
  # A value of 0.5 means particles will be shifted 0.5 blocks upwards relative to the starting point.
  # Этот параметр задает смещение по оси Y для каждой частицы.
  # Значение 0.5 означает, что частицы будут сдвинуты на 0.5 блока вверх относительно начальной точки.
  Particles-OffSetY
: 0.5
  # This parameter sets the Z-axis offset for each particle.
  # A value of 0.5 means particles will be shifted 0.5 blocks forward relative to the starting point.
  # Этот параметр задает смещение по оси Z для каждой частицы.
  # Значение 0.5 означает, что частицы будут сдвинуты на 0.5 блока вперед относительно начальной точки.
  Particles-OffSetZ
: 0.5
  # This parameter determines additional settings for particles that can affect their appearance or behavior.
  # Этот параметр определяет дополнительный параметр для частиц, который может влиять на их внешний вид или поведение.
  Particles-Extra
: 0.5
  # This parameter determines the particle spawn height.
  # Этот параметр определяет высоту спавна частиц
  Particles-Height
: 0.5
  # Available particle colors: AQUA, BLACK, BLUE, FUCHSIA, GRAY, GREEN, LIME, MAROON, NAVY, OLIVE, ORANGE, PURPLE, RED, SILVER, TEAL, WHITE, YELLOW, or RGB.
  # Доступные цвета частицы: AQUA, BLACK, BLUE, FUCHSIA, GRAY, GREEN, LIME, MAROON, NAVY, OLIVE, ORANGE, PURPLE, RED, SILVER, TEAL, WHITE, YELLOW, или RGB.
  Particles-Color
: RGB
  # !!! To make this parameter work, set Break-Particle-Color: RGB !!!
  # Specify the color in the format R, G, B (e.g., 255,0,0 for red) https://htmlcolorcodes.com/
  # https://prnt.sc/2ylEa59MId7Q
  # !!! Чтобы работал этот параметр, нужно установить Break-Particle-Color: RGB !!!
  # Укажите цвет в формате R,G,B (например, 255,0,0 для красного) https://htmlcolorcodes.com/
  # https://prnt.sc/2ylEa59MId7Q
  Particles-RGB-Color
: 255,0,0
  # Particle color intensity.
  # Интенсивность цвета частицы.
  Particles-Intensity
: 1
4. The file size has been reduced.
----------, Dec 7, 2023

1. Added 10 settings to the config:
Code (YAML):
  # Allow screamer spawn when a player walks in biomes.
  #
  # Разрешить ли спавн скримера, когда игрок ходит в биомах.
  Automatic-Spawn-Screamer-Moved-Biomes-Enabled
: false
  # Specify the chance of screamer spawn when a player walks in biomes.
  #
  # Укажите здесь шанс спавна скримера, когда игрок ходит в биомах.
  Automatic-Spawn-Screamer-Moved-Biomes-Chance
: 2
  # Specify the list of biomes where the screamer will appear.
  # List of all biomes - https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html
  # To select all biomes, write ALL
  #
  # Укажите здесь список биомов в которых будет появляться скример.
  # Список всех биомов - https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html
  # Чтобы выбрать все биомы, напишите ALL
  Automatic-Spawn-Screamer-Moved-Biomes-List
:
  - TAIGA
  - SOUL_SAND_VALLEY
  # List of worlds where the screamer will not appear when a player walks in biomes.
  #
  # Список миров, в которых скример не будет появляться когда игрок ходит в биомах.
  Automatic-Spawn-Screamer-Moved-Biomes-Restricted-Worlds-List
:
  - anotherWorld1
  - anotherWorld2
  - anotherWorld3
  # Players for whom automatic screamer spawning is disabled when a player walks in biomes.
  # Specify a list of players for whom automatic screamer spawning will be disabled.
  #
  # Игроки, для которых отключено автоматическое появление скримера когда игрок ходит в биомах.
  # Укажите список игроков, для которых автоматическое появление скримера будет отключено.
  No-Automatic-Spawn-Screamer-Moved-Biomes-Players
:
  - Snon
  # Allow screamer spawn when a player eats food.
  #
  # Разрешить ли спавн скримера, когда игрок ест еду.
  Automatic-Spawn-Screamer-Consume-Food-Enabled
: false
  # Specify the chance of screamer spawn when a player eats food.
  #
  # Укажите здесь шанс спавна скримера, когда игрок ест еду.
  Automatic-Spawn-Screamer-Consume-Food-Chance
: 5
  # Specify the list of food types that will trigger the appearance of a screamer when consumed.
  # To select all food, write ALL
  #
  # Укажите здесь список типов еды, при потреблении которых будет появляться скример.
  # Чтобы выбрать всю еду, напишите ALL
  Automatic-Spawn-Screamer-Consume-Food-List
:
  - ROTTEN_FLESH
  - SPIDER_EYE
  - POISONOUS_POTATO
  # List of worlds where the screamer will not appear when a player eats food.
  #
  # Список миров, в которых скример не будет появляться когда игрок ест еду.
  Automatic-Spawn-Screamer-Consume-Food-Restricted-Worlds-List
:
  - anotherWorld1
  - anotherWorld2
  - anotherWorld3
  # Players for whom automatic screamer spawning is disabled when a player eats food.
  # Specify a list of players for whom automatic screamer spawning will be disabled.
  #
  # Игроки, для которых отключено автоматическое появление скримера когда игрок ест еду.
  # Укажите список игроков, для которых автоматическое появление скримера будет отключено.
  No-Automatic-Spawn-Screamer-Consume-Food-Players
:
  - Snon
2. Added the ALL parameter (select all blocks) before setting it in the Automatic-Spawn-Screamer-Blocks-Moved-List config
3. Messages in localization files have been slightly changed.
----------, Oct 22, 2023

1. Added 9 settings to the config:
Code (YAML):
  # Allow the spawning of a screamer when a player moves over specific blocks.
  #
  # Разрешить ли спавн скримера при перемещении игрока по определенным блокам.
  Automatic-Spawn-Screamer-Blocks-Moved-Enabled
: false
  # Specify the chance of spawning a screamer when a player moves over specific blocks.
  #
  # Укажите здесь шанс спавна скримера при движении игрока по определенным блокам.
  Automatic-Spawn-Screamer-Blocks-Moved-Chance
: 2
  # Specify the blocks on which the screamer will appear when a player moves. This feature only
  # works on certain block types and is not applicable to, for example, carpets and others.
  #
  # Укажите, на каких блоках скример будет появляться, когда игрок перемещается.
  # Эта функция работает только на некоторых типах блоков, и не применима к, например, коврам и другим.
  Automatic-Spawn-Screamer-Blocks-Moved-List
:
  - SOUL_SAND
  - SOUL_SOIL
  # List of worlds where the screamer will not appear when a player moves over specific blocks.
  #
  # Список миров, в которых скример не будет появляться когда игрок перемещается по определенных блоках.
  Automatic-Spawn-Screamer-Blocks-Moved-Restricted-Worlds-List
:
  - anotherWorld1
  - anotherWorld2
  - anotherWorld3
  # Players for whom automatic screamer spawning is disabled when the player moves over specific blocks.
  # Specify a list of players for whom automatic screamer spawning will be disabled.
  #
  # Игроки, для которых отключено автоматическое появление скримера когда игрок передвигается по определенным блокам.
  # Укажите список игроков, для которых автоматическое появление скримера будет отключено.
  No-Automatic-Spawn-Screamer-Blocks-Moved-Players
:
  - Snon
  # Allow the spawning of a screamer when a player leaves the bed.
  #
  # Разрешить ли спавн скримера, когда игрок встает из кровати.
  Automatic-Spawn-Screamer-Bed-Leave-Enabled
: false
  # Specify the chance of spawning a screamer when a player leaves the bed.
  #
  # Укажите здесь шанс спавна скримера, когда игрок встает из кровати.
  Automatic-Spawn-Screamer-Bed-Leave-Chance
: 15
  # List of worlds where the screamer will not appear when a player leaves the bed.
  #
  # Список миров, в которых скример не будет появляться когда игрок встает с кровати.
  Automatic-Spawn-Screamer-Bed-Leave-Restricted-Worlds-List
:
  - anotherWorld1
  - anotherWorld2
  - anotherWorld3
  # Players for whom automatic screamer spawning is disabled when the player leaves the bed.
  # Specify a list of players for whom automatic screamer spawning will be disabled.
  #
  # Игроки, для которых отключено автоматическое появление скримера когда игрок встает с кровати.
  # Укажите список игроков, для которых автоматическое появление скримера будет отключено.
  No-Automatic-Spawn-Screamer-Bed-Leave-Players
:
  - Snon
I forgot to say that these settings appear automatically in your config.
----------, Oct 20, 2023

1. Added 7 settings to the config:
upload_2023-10-9_17-28-1.png
upload_2023-10-9_17-28-37.png
upload_2023-10-9_17-28-55.png
2. 9 messages added:
upload_2023-10-9_17-25-51.png
upload_2023-10-9_17-27-2.png
3. Permissions added: sscreamer.downloadplugin, sscreamer.checkversion, sscreamer.viewupdatechecker
4. Added 2 teams: /ssdownloadplugin, /sscheckversion

If there are any errors regarding this update, please post them in Discussions.
----------, Oct 9, 2023

1. Added 2 functions to the config:
upload_2023-10-8_12-42-30.png
2. Also added 2 messages:
upload_2023-10-8_12-42-1.png
----------, Oct 8, 2023

1. Bugs with empty messages have been fixed.
2. Bugs with duplicate messages have been fixed.

If there are any more bugs, write to Discussions.
----------, Oct 5, 2023

1. Messages have been slightly changed.
2. The code has been slightly changed.
----------, Oct 1, 2023

1. Added 3 settings to the config:
upload_2023-9-29_18-22-2.png
----------, Sep 29, 2023

Resource Information
Author:
----------
Total Downloads: 1,740
First Release: Sep 17, 2023
Last Update: Jan 16, 2024
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings