⛩️ MyFurniture ⭐ Add Custom Furniture ⭐ Clean Hit and bounding box | Custom triggers | Quick setup ! icon

⛩️ MyFurniture ⭐ Add Custom Furniture ⭐ Clean Hit and bounding box | Custom triggers | Quick setup ! -----

Add new furniture in the game very easily ! Collisions are based on the 3D model !




Update the plugins to support 26.2

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Today at 6:29 PM

SCore
Added PAPI Parser option for VariableReals
Created a _papi plch version for the wrapping of variable values
Only String and Number variables are supported

EB
Fix a small issue with the block title on Folia


By Special70

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 13, 2026

EB

Fix some issues with Folia

---

SCore (All plugins)

New custom command:
To open a virtual anvil:
- OPEN_ANVIL
or if you want to specify a real anvil then use:
- OPEN_ANVIL world:my_world x:0 y:0 z:0 force:false

New we added support of the plugin FabledSkyblock

Fix a small parsing issue in the give message

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 7, 2026

SCore All plugins

New placeholders for projectiles related activators:
%shooter%, %shooter_name%, %shooter_uuid%, %shooter_uuid_array%, %shooter_x%, %shooter_y%, %shooter_z%, %shooter_world%, %shooter_health%, %shooter_direction%, %shooter_pitch%, %shooter_yaw%, %shooter_velocity%, %shooter_horizontal_velocity%, %shooter_slot%, etc...


EC

Fix 1 — Harden crafting duplication prevention (raw ore)
Fix 2 — Enforce ingredient amounts for vanilla items (SSO-20, EC v1.26.5.17)

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 3, 2026

Fixes two related Folia bugs in the BOSSBAR command:

SCore issue Fix bossbar not getting away in folia #186 — bossbar not disappearing after timer on Folia

SCore issue "Triggering custombossevents in Folia causes the server to crash" #173 — ConcurrentModificationException crash on player join when bossbars are active


Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 2, 2026

SCore (All plugins)

Fixed issue on some block command logic where it would cause issues for Folia by running it in regionized task

Fixed the drop commands for ei and eb by running the drop method call in a regionized task

Fixed issue with TextDisplay by making the setText method run in entity task

TRANSFER_ITEM is renamed to SWAP_ITEM

MOVE_ITEM is added. Usage: MOVE_ITEM yourSlot:0 theirSlot:1 who:IGN

Element type for MLIB_DAMAGE should now be able to receive NULL as element type to make the MLIB_DAMAGE deal non-elemental damage

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 31, 2026

PLACELIQUID type:water
To make infinite buckets more easier to implement


Fixed PLANT_IN_SQUARE issue for sweet berries

Fixed an issue with the checker logic used by ExecutableCrafting. Checkers for EI ID, EI Usage and EI Variables should be ok now

Addition of a RefreshExecutableItemEvent class, An event plugins can use to check if calls from ExecutableItems plugin is done

Added critical strike power for MLIB_DAMAGE command

Fixed an issue where the visual cooldown doesn't work with ticks option


Added %last_hitter% to allow users to know which dealt the final blow

Thank you Special70 for this update

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 17, 2026

SCore & All plugins

- Fixed issues when adding custom int and double values to the nbt editor
String, Integer and Double values can now use the rand placeholder (Ex: %rand:-10|10%)
- Fixed issues of ExecutableItems not being able to import ListCompoundNBTs

ExecutableLevers

Fix an issue with EL

ExecutableItems

New error message to customise when the players try to use an EI in a worldguard blocked region.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 26, 2026

SCore (all plugins) - EI
New Worldguard flags to disable all EI in a specific region.
/rg flag <region> ei-activators deny # disables ALL EI activators in the region
/rg flag <region> ei-activators allow # re-enables them (this is the default)

Thank you Simon for the bounty on this suggestion

EB
Fixed an issue with Suspicious Block Loot

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 14, 2026

SCore
Fix of an issue with FALLING_DUST in SCore particles

Added an arg "nonliving" to MOB_AROUND. (Any bugs that occur when running entity commands while this argument is enabled will most likely be ignored due to scope creep.)

Fix an issue with Paper 26.1 related to an API change

-----
EI

New setting for the NBTTags feature to store them in Persistent Data Container instead of item nbt
nbt:
0:
type: STRING
key: my_custom_tag
value: hello
saveInPDC: true # stored as executableitems:my_custom_tag in the PDC
1:
type: INTEGER
key: raw_tag
value: 42
# saveInPDC not set — written as raw NBT tag (default, existing behaviour)


Fix an issue where the player can dupe EI trident

Fix of an issue where launching and egg triggered the two clicks : left and right

-----
EC

Fix a dupe issue in ExecutableCraft

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 5, 2026

SCore changelogs (All plugins)

You can now put placeholders into SCore variabless and define if they will be parsed or not by SCore using
parsePlaceholders: true/false

Players can now disable particles using /score particles-toggle

Fix the compatibility with Spigot

Fix an issue with FR language

Fix of an issue with version management

The plugins have been tested and working with 26.1


----

MyFurniture Changelog

Blockbench Animation System
- Animated furniture from Blockbench models — Drop a .bbmodel file in plugins/MyFurniture/animations/ and run /mf
pack. MyFurniture auto-generates all resource pack assets (models, textures, items) and creates the furniture
config.

- Play/stop animations with right-click and left-click, or via RUN_ANIMATION / STOP_ANIMATION display commands in activators.

- Supports looping animations, per-bone keyframes (position, rotation, scale), multiple animations per model, and
smooth 360° rotations (ceiling fans, etc.).

- Animation preserves the furniture's placement rotation.

- Breaking or chunk-unloading animated furniture properly cleans up all entities.


Resource Pack Security & Optimization

- Pack obfuscation (obfuscatePack: true) — Replaces all model and texture file names with random UUIDs to prevent
easy extraction of your custom assets.

- PackSquash integration (usePackSquash: true) — Optimizes the resource pack with
https://github.com/ComunidadAylas/PackSquash, reducing pack size by up to 75%. Requires PackSquash installed
separately.

- Pack caching — Skips pack regeneration when nothing has changed. Automatically invalidates when you change
obfuscation or PackSquash settings.

- Pack validation — Checks all PNGs and JSONs for corruption on every build.

- SHA-1 hash verification — Pack integrity hash sent to clients.

Custom GUI Textures

- Furniture editor menus now feature a custom dark wood-themed background using bitmap font providers.


Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 29, 2026

Fix an issue with the custom command : SET_EQUIPPABLE_MODEL


The player-only FORCE_DROP, (ei_id mode, names: FORCE_DROP, DROPSPECIFICEI)
and the mixed FORCEDROP, (slot mode, name: FORCEDROP) are now unified into a
single MixedCommand that supports both slot: and ei_id: parameters.

FORCE_DROP slot:-1 - to drop item of the entity/player of their main hand slot
FORCE_DROP ei_id:MyExecutableItem - to drop the mentionned EI from the player inventory

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 15, 2026

SCore, fix a crash issue that can happen with the custom command ADD_TEMPORARY_ATTRIBUTE

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 10, 2026

SCore Internal edits

EI fix of an issue with PLAYER_RECEIVE_EFFECT (it wasnt trigerred when the player already have the same effect at a lower level)

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 9, 2026

SCore, internal improvements

EI Improvements of the long lore

EI new repairable feature, now you can choose with which item you can repare the EI in the anvil.

EC Fix a dupe issue

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 8, 2026

Fix a small issue with HeadFeatures

Vietnam language added

Added the smelt argument for INLINE_MINEINCUBE, MINEINCUBE, MINEINSPHERE, VEIN_BREAKER

Added an option at direction argument of INLINE_MINEINCUBE that uses the XZ logic of Player Expansion from PlaceholderAPI (Added custom logic too for UP/DOWN direction)


Fix an issue with bundle restriction in 1.21.2 +

Update mostly done by Special70, ty

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 2, 2026

Update of checkvar ei placeholder.

Add a comment to mentio nthe deprecation of "itemCheckWithNBTAPI" setting.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 25, 2026

Fix an issue with the custom command ADD_TEMPORARY_ATTRIBUT

+ Some other minor changes

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 15, 2026

SCore:
- Refactored logic for checkamount placeholder
- Added checkvar as substitute for checkitem's placeholders (checkitem can't detect doubles and I'm not gonna submit a PR to checkitem)
- Made a custom argument extractor so it doesn't have complications when dealing with arg inputs that contains underscores

ExecutableItems:
Added placeholders for PLAYER_PICKUP_ITEM

%item_type% : Returns Material value
%item_name% : Returns ItemStack display name
%item_amount% : Returns ItemStack amount
%item_cmdata% : Returns custom model data value
%item_cmdata_f_0% : Returns the first value of the floats custom model data array
%item_cmdata_s_0% : Returns the first value of the strings custom model data array

By Special70

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 8, 2026

SCore
New Player Conditions:

Added ifPlayerSpeed – compare the player's velocity magnitude (e.g., >= 0.1 to detect movement)

Added ifNearbyEntityCount – compare the number of entities within a 10-block radius

Added ifNearbyPlayerCount – compare the number of players within a 10-block radius

Added ifLineOfSight – check whether the player has direct line of sight to a living entity (requires 1.14+)


ExecutableItems:

Added ALL_OPTIONS for those who want to full update specific items using /ei refresh

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 5, 2026

Performance improvement in SCore title management:

Cached TextDisplay entity UUIDs to avoid expensive full-world entity scans on every block title update

Block titles now update text in-place instead of destroying and recreating the TextDisplay entity each tick

Fallback to efficient spatial lookup (getNearbyEntities) for cache misses after server restarts


Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 4, 2026

Bug Fixes:

Fixed ArrayIndexOutOfBoundsException in HTTP request parsing when receiving malformed or incomplete request lines

Fixed NullPointerException when the HTTP connection is closed before a request line can be read


Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 3, 2026

SCore(All plugins)
Bug Fixes:

Fixed /score clear <player> BOSSBARS also clearing particles due to missing break in switch

Fixed /score clear <player> PARTICLES silently completing without a success message

Fixed potential NullPointerException when running /score clear with an offline player UUID


Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 2, 2026

New Commands: SET_PLAYER_WEATHER & SET_PLAYER_TIME

Two new player commands for client-side weather and time control:

SET_PLAYER_WEATHER -- Set weather per-player without affecting the server or other players.
SET_PLAYER_WEATHER weather:CLEAR # clear skies
SET_PLAYER_WEATHER weather :DOWNFALL # rain/storm
SET_PLAYER_WEATHER weather:RESET # restore server weather

SET_PLAYER_TIME -- Set time per-player, with optional relative mode.
SET_PLAYER_TIME time:6000 # noon
SET_PLAYER_TIME time:18000 relative:true # offset from server time
SET_PLAYER_TIME time:-1 # reset to server time

Common time values: 0 sunrise, 6000 noon, 12000 sunset, 18000 midnight.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 29, 2026

Fix of an issue with the custom command SMELT

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 25, 2026

SCore (All plugins)
Fix an issue with container features

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 24, 2026

SCore (ALL plugins)
Fix of an issue with the plugin weaponmechanics

by Special70

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 18, 2026

SCore (All plugins)
Fix an issue where the plugin try to run tasks while it is disabled

ExecutableItems by Special70 !
New activator PLAYER_EMPTY_BUCKET

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 15, 2026

SCore (All plugins)
Fix of an issue with the player health placeholder

Improvement of the compatibility between the custom AROUND command and GriefPrevention.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 11, 2026

SCore (All plugins)
- New custom player command: SET_EQUIPPABLE_MODEL slot:-1 model:minecraft:diamond
- New custom item command: SET_EQUIPPABLE_MODEL model:minecraft:diamond

ExecutableItems
New activators:
- PLAYER_ENABLE_SWIM
- PLAYER_DISABLE_SWIM

ExecutableCrafting
Custom crafting recipes now appear in the vanilla recipe book

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 6, 2026

Improvement of the AI Assistant : chat.ssomar.com (1.1.4) by Ssomar

SCore Update (All plugins) by Special70 and Ssomar

New custom player command FIREWORK_BOOST
- FIREWORK_BOOST {duration in seconds}

New player placeholders
- %player_health%
- %player_max_health%

Minor edit in the custom command PLANT_IN_SQUARE

Improvement of the cooldowns management.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 4, 2026

SCore (All plugins)
Revert an edit on isNaturalBlock condition

Some other minor fixes

ExecutableBlocks
Fix of a dupe issue with candles

ExecutableEvents
Fix of an issue with the activator PORTAL CREATE activator

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 2, 2026

SCore (all plugins):

New when you use SHULKER_BULLET in the custom LAUNCH command.
It will first check if the user has a target on its cursor, if yes : the shulker_bullet will target this entity.
If no, it will search the nearest entity around the player and it will target it.

New you can select PL (Polish) langage for the editors

Improvement of the FARMINCUBE performances

Improvement the performance of the custom condition CoreProtect isNaturalBlock

EI:

New EI restrictions :
- cancel-spawner
- cancel-place-in-bundle

New placeholders for PLAYER_BLOCK_HIT activators:
- %damage_blocked_base% , %damage_blocked_base_int%

MyFurniture:

Update the packetevents version to 2.11.1

On behalf of the entire team, we wish you a happy holiday season and a wonderful new year.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 24, 2025

SCore (All plugins)
- Fix of an issue with the custom command AROUND in 1.21-
- Fix of an issue with the /score particles
- Fix of an issue with the rendering of item lore in the editor.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 20, 2025

For SCore (All plugins)
- Fix of an issue with the blockAttacks feature (for shield)
- Turn more DB queries in async to avoid performance issues (by Special70)

For EI
- Blockface placeholders are now supported in PLAYER_ALL_CLICK and PLAYER_BLOCK_BREAK.
- Fix of an issue where PLAYER_RECEIVE_HIT_BY_ENTITY was triggered two times if the damage was caused by a skeleton.

I don't know about you, but I can't wait for Hytale to come out!

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 14, 2025

Hello, All plugins have been updated to support 1.21.11.
(For MyFurniture it supports PacketEvents 2.11)

+ Some other minor fixes

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 10, 2025

Fix of an issue with the variable editor

Fix of another internal very minor issue

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 8, 2025

Fix of an issue when running a player command with the [<OFFLINE>] tags (to run the command event if the player is offline)

Fix of an issue with the creations of two database tables on mysql related to absorption and temporary attributes features.

Fix of the custom command JOBS_XP_BOOST

Edit, the communications with the database for SUDOOP, temp attributes and absorption is now async

New settings for the custom command DROPEXECUTABLEITEM
DROPEXECUTABLEITEM id:{id} amount:{number} owner:{ign/uuid} itemdata:{usage/variables/durability w/o no outer side brackets}
Example: DROPEXECUTABLEITEM id:drop_stick amount:1 owner:Special70 itemdata:Usage:50,Variables:{keg:deng}

By Ssomar and Special70

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 7, 2025

Fix an issue between MyFurniture and ItemsAdder

Fix an issue in SCore / ExecutableItems and ExecutableEvents related to the custom placeholders.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 30, 2025

For SCore (all plugins)
- Improvements for /score variables

For ExecutableCrafting
- New API for ExecutableCrafting https://docs.ssomar.com/executablecrafting/api

- New a 2×2 recipe no longer needs to match the exact position in the 3×3 grid that your custom recipe specifies.

For ExecutableItems
- New EI restriction cancel-item-craft-no-custom to cancel only vanilla recipes now detects correctly the ExecutableCrafting recipes to not cancel them.

For EI and EE
- New placeholders in EI and EE HIT activators:
%last_damage_taken_nonfinal%
%last_damage_taken_nonfinal_int%
%last_damage_taken_final%
%last_damage_taken_final_int%

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 29, 2025

SCore (for all plugins)
Fiw an issue with /score particles

Fix a dupe issue in ExecutableBlocks

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 26, 2025

ALL mentioned renames in this update are automatically done by the plugins.

EI >
For all activators:
commands become playerCommands

CPT >
For all activators:
commands become playerCommands

EE >
For player activators:
commands become playerCommands

EB >
For the activators that contain a second block (so another block that the ExecutableBlock) the settings have been renamed:
blockCommands become targetBlockCommands
detailedBlocks become detailedTargetBlocks


For all activators:
commands become blockCommands


Why those rename ?
- To have better consistency and to be better understandable for user.
- It's easier to manage in the wiki
- AI Support will perform better, sometimes it was confused because there was two distinct functions for "commands"


Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 22, 2025

For SCore :
- internal edits

For ExecutableItems :
New activator PLAYER_INPUT
Example:

activators:
activator0:
option: PLAYER_INPUT
detailedInput: FORWARD_PRESS
detailedSlots:
- -1
commands:
- SEND_MESSAGE &aFORWARD

In detailedInput you can set:
LEFT_PRESS
LEFT_RELEASE
RIGHT_PRESS
RIGHT_RELEASE
FORWARD_PRESS
FORWARD_RELEASE
BACKWARD_PRESS
BACKWARD_RELEASE
JUMP_PRESS
JUMP_RELEASE
SNEAK_PRESS
SNEAK_RELEASE
SPRINT_PRESS
SPRINT_RELEASE


Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 20, 2025

Hello I didnt merged the good branch yesterday. So here is a fix.

It also fix in addition an issue with entity placeholders and list placeholders.

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 17, 2025

SCore (all plugins):
The custom command PLANT_IN_SQUARE now supports cocoa beans.

The custom command SET_ITEM_CUSTOM_MODEL_DATA now supports String value (not only integer)

Fix an error that was sent when a bedrock player try to connect

New the giveslot command (EB, EI, MF) now support -1 for the slot arg to choose mainhand.

ExecutableItems:
Fix of an issue where Attributes with equipment slot to HAND reset after each plugin reload.

New activator EI_CLICKED_BY_ANOTHER_INVENTORY_ITEM that is triggered when you try to click with an item on your ExecutableItems

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 16, 2025

Special70 worked hard to support correctly ItemsAdder furniture into EB. So normally everything works correctly now, not only the blocks !

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 12, 2025

New in the SCore config file you can define entities or blocks groups and then specify them in detailedBlocks or detailedEntities.

Example:
In the config.yml

entityLists:
ANNOYING_MOBS:
- CAMEL
- STRAY
- DROWNED
HOSTILE_MOBS:
- ZOMBIE
- SKELETON
- CREEPER
- SPIDER

blockLists:
STUPID_BLOCKS:
- BARRIER
- BEDROCK
- DIAMOND_ORE
ORES:
- COAL_ORE
- IRON_ORE
- GOLD_ORE
- DIAMOND_ORE
- EMERALD_ORE

In you item/event/block config:

detailedEntities:
- BLAZE
- BOGGED
- BREEZE
- SCORE:ANNOYING_MOBS # Expands to CAMEL, STRAY, DROWNED
- ZOMBIE

detailedBlocks:
blocks:
- SCORE:ORES # Expands to all ores
- STONE
- !SCORE:STUPID_BLOCKS # Blacklist all stupid blocks

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 4, 2025

Hello, many SCore commands have been renamed for a better format.
Example TELEPORTONCURSOR -> TELEPORT_ON_CURSOR.
The old format still work ;)

Also we are currently moving the wiki out of Gitbook you can already check it here: https://ssomar-developement.github.io/Wiki/
If you have suggestions don't hesitate to message me. Thank you !

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 2, 2025

New PICKUP_MAGNET player command that creates a magnetic field around the player to automatically pull nearby dropped items towards them.

Parameter
----------, Oct 30, 2025

Fix of an issue with Attributes in 1.21.1

New you can now use placeholders for the itemModel and tooltipModel settings

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Oct 27, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1428476097556647996

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Oct 16, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1427002640902127656

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Oct 12, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1425943595180888226

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Oct 9, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1424480666682134680

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Oct 5, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1422660918407594067

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 30, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1421942214761775125

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 28, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1419387155985207399

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 24, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1419387155985207399

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 21, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1418319523324362824

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 18, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1416853715037454458

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 14, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1416343268618408137

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 13, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1414337010243731466

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Sep 7, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1411797005193318420

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 31, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1410360808105578618

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 27, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1409994090791043192

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 26, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1409626624219152576

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 25, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1407812991432392908

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 20, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1406673823670997042

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 17, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1405981308332675163

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 15, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1405151172133781625

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 13, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1403100643857535157

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Aug 7, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1400568741418242049

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 31, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1399458207281184898

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 28, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1398654411370135563

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 26, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1396110944764956802

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 19, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1392231335887896738

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 18, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1393691410238148820

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 12, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1392231335887896738

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 8, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1383561718348779556

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jul 5, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1389349489747300372

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 30, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1388954429608296678

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 29, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1387146370145718452

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 24, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1386413487017955449

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 22, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1386105489028288743

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jun 21, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1377305728292753620

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 28, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1376989696646844467

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 27, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1375920225744326676

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 24, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1375183506090496081

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 22, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1373733798067441675

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 21, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1372660832462307348

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 15, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1372247613121761483

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 14, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1371952559027126283

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 13, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1371512399290564638

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 12, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1371188645251256532

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 11, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1370484652522868807

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 9, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1369387639349841931

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 6, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1368980085419544637

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 5, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1368679190693413005

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 4, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1368229012249514034

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, May 3, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1366531832497180825

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 29, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1365782640401055775

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 26, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1363967110124011634

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 21, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1362474998182449265

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 17, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1361043953285206016

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 13, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1360202364061220944

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 11, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1358523929135677511

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 6, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1357080028768243883

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Apr 2, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1356303107650224148

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 31, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1355979997491232789

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 30, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1353825180912451595

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 24, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1353106936513429586

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 22, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1352763321652220056

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 21, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1350900678553239703

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 16, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1349849518497333409

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 13, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1348767731691946034

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 10, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1348355016502673408

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 9, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1346933784418975805

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 5, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1346575664538587186

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Mar 4, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1344617068754108509

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 27, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1344343846468849755

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 26, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1344047156608237619

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 25, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1342247319206101076

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 22, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1340771093186609294

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 16, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1339704486029164574

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 13, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1339348729098014781

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 12, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1338098224833101874

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 9, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


hhttps://discord.com/channels/701066025516531753/1047910680608653352/1337153001202127040

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 6, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1336395259172884633

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 4, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1336072646462275637

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 3, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1335695575894462584

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 2, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1335695575894462584

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 2, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1335342586860404746

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Feb 1, 2025

Fix a minor issue with /mf pack
----------, Jan 26, 2025

fix
----------, Jan 26, 2025

Of course I posted the wrong jar
----------, Jan 26, 2025

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1332831870173446236

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Jan 26, 2025

I uploaded a not stable dev version by error
----------, Dec 6, 2024

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1313598290197221427

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 3, 2024

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1313598290197221427

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Dec 3, 2024

Hello, new update !
Don't forget to check the blackfriday offer on the discord ;)
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1312382331797110815

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 30, 2024

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1310733282756919396

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 28, 2024

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]
The update may contains more content than what is shown of the screenshot.
If you want to be sure to see the full changelog, join the discord and look the updates channel.


https://discord.com/channels/701066025516531753/1047910680608653352/1310331075054272643

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Nov 24, 2024

Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]

https://discord.com/channels/701066025516531753/1047910680608653352/1299751062575648769

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Oct 27, 2024


Hello, new update !
If you encounter any issue, join the discord server and report it as soon as possible.
[​IMG]

https://discord.com/channels/701066025516531753/1047910680608653352/1297601836399984720

Good dev, if you have problem or suggestion join my discord !
[​IMG]
----------, Oct 20, 2024

⛩️ MyFurniture ⭐ Add Custom Furniture ⭐ Clean Hitbox | Custom triggers | Quick setup !
----------, Oct 19, 2024

d
----------, Oct 19, 2024

NEW French Local
FIX Bug with permissions
permissions:
vote: ssn.vote
reload: ssn.reload
all: ssn.all

Good game ! If you need more options or support join the discord :D
----------, Jun 1, 2020

Resource Information
Author:
----------
Total Downloads: 15,840
First Release: May 19, 2020
Last Update: Jun 13, 2026
Category: ---------------
All-Time Rating:
12 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings