Перейти к содержимому
Mineforgian

BlockParticles

Sick of boring blocks? Today's the day that changes, Add particles to your blocks now!

Загрузки
20K
Подписчики
27
Обновлён
23 октября 2024 г.
Лицензия
MIT

Опубликован 10 марта 2023 г.

BlockParticles

Contributors Forks Stargazers Issues MIT License CodeFactor

Sick of boring blocks? Today's the day that changes, Add fancy particles to your blocks now!

Quick Links
Request Features
Documentation
Developer API
Report Bugs
Trello Board

Supported Platforms
paper software purpur software

Partnered with ApexHosting

Initial Plugin Setup
BlockParticles as first install will come with config.yml which you can edit to your hearts content. Type /blockparticles help for a list of commands!

Features Banner
Add fancy customParticles to your blocks!
Ability to use custom heads from HeadDatabase for particles!

Support Banner
Are you confused about something? Hop by the Discord and you might just get an answer!
Please head to block-particles with your question and do not cross post.

Support Checklist

Please check to make sure that your question wasn't asked before, You can use Ctrl+F on Discord to look for past conversations.
Describe your issue in detail, Don't just make it a bread crumb trail that has to be questioned out of you.
Plugin Version i.e. BlockParticles 3.3 LATEST DOES NOT COUNT
Server Version & Server Type i.e. Paper 1.21.1 or Purpur 1.21.1 LATEST DOES NOT COUNT
Send any console errors or files you have through https://mclo.gs/ - (We don't own the website, You have to copy the link and send it.)

Discord Invite Button

BlockParticles Statistics

Ченджлог

1.13.1Бета1.21.9, 1.21.10, 1.21.11 · 23 октября 2024 г.

Changes:

  • Updated default config.yml to use HeadDatabaseAPI head ids. /hdb search when the plugin is installed.
    • We no longer support the old way of getting ids. (they might still work, so migrate when you can)
  heads:
    plants:
      #Tomato
      - '1130'
      #Mango
      - '32596'
      #Cherry
      - '31879'
      #Melon
      - '20577'
      #Mushroom
      - '21906'
      #Orange
      - '59223'
      #Golden Apple
      - '79863'
  • Properly cancel all active particles on reload, and clean up our garbage.

Fixed:

  • Not getting tab completion with the permission bparticles.admin, because the check for the permission was if you had the permission.
  • Fixed an issue with custom heads from HeadDatabaseAPI.
    • We load everything after the HeadDatabaseAPI's database loads if the plugin is enabled.
  • Fixed the menu that pops up when you do /bp set
    • It was not updating items properly when you hit Fountains to view fountain types etc.
1.13Бета1.21.2, 1.21.3, 1.21.4 · 23 октября 2024 г.

Additions:

  • Added folia support (untested).
  • Added bparticles.admin to the plugin.yml
    • This will fix a few niche issues, it's mainly for tab completion!

Changes:

  • Improved readability and slight performance increase by using single variables for commonly called methods.
  • Save/load files such as config.yml or data.yml off the main thread.
    • This ensures that the main thread can run without issue, which is responsible for everything in some way.
  • No longer store the player object in a hashmap, reduces memory footprint since we use the uuid (I don't know if memory footprint is the right word, Correct me if I am wrong.)
  • Updated how the inventory that displays particles or fountain types is handled.
    • No longer check the inventory title to see if it's our inventory.
    • No longer check display name on items to find out which set of items to show a player.
    • This effectively keeps the menu secure from unwanted eyeballs.
  • Updated to 1.21.1.
  • Updated vital api.
  • Updated the itembuilder.
    • With updating the ItemBuilder, and Vital API. You can expect more configuration to how the plugin works.
  • Cleaned up unused methods.
  • Send a message if the location you are trying to delete does not exist.
  • End all for loops early, if we find what we need and utilize booleans to send messages depending on the outcome (true/false).

Future Changes:

A current list of things I thought of that need to be done. If you have any suggestions, hop over to our issues tab!

  • Ability to configure all messages.
    • The messages will be using MiniMessage, since we never had a configuration. I do not see a point in using legacy color codes.
  • Ability to have control over what the particles look like.
    • The color, The amount of particles as an example!
  • Better default storage, easier management for admins.
1.12Релиз1.21.2, 1.21.3, 1.21.4 · 20 июня 2024 г.

Added:

  • 1.21 support

Комментарии

Загружаем…