2021-06-11 18:17:25 -04:00
|
|
|
Flan 1.4.2
|
|
|
|
======================
|
|
|
|
- Fix some items checking for wrong position and thus are able to interact in claims
|
|
|
|
- Fix enderpearl phasing through blocks
|
|
|
|
|
2021-06-10 13:25:05 -04:00
|
|
|
Flan 1.4.2
|
|
|
|
======================
|
|
|
|
- Fix a ticking player crash
|
|
|
|
- Fix anvil gui not updating client xp use
|
|
|
|
- Add ability to name claims.
|
|
|
|
Names have to be unique for each player and claim.
|
|
|
|
No additional feature for that (yet)
|
|
|
|
- Add blockEntityTagIgnore config
|
|
|
|
Blockentities are checked against the strings here and if their tag
|
|
|
|
matches one they will be ignored for a permission check.
|
|
|
|
Useful for blockentities that should only be accessible under certain circumstances.
|
|
|
|
Default values: ["IsDeathChest"] for vanilla death chest mod (only for version 2.0.0+)
|
|
|
|
- Add entityTagIgnore config same as blockEntityTagIgnore but it will only
|
|
|
|
check against scoreboard tags. Default "graves.marker" is for vanilla tweaks graves.
|
|
|
|
Keep in mind that the items dropped by graves are not player bound so if a claim disables
|
|
|
|
item pickups you will not be able to pick up the items
|
|
|
|
|
2021-06-09 06:57:18 -04:00
|
|
|
Flan 1.4.1
|
|
|
|
======================
|
|
|
|
- Change globalDefaultPerms to use a version where you can specify if its modifiable or not
|
|
|
|
Valid values are:
|
|
|
|
ALLTRUE: Permission is true everywhere and players are unable to change it in claims
|
|
|
|
ALLFALSE: Permission is false everywhere and players are unable to change it in claims
|
|
|
|
TRUE: Permission is true in non claimed areas
|
|
|
|
FALSE: Permission is false in non claimed areas
|
|
|
|
Old configs will get auto converted: false -> ALLFALSE and true -> ALLTRUE
|
|
|
|
Basically now a worldguard version
|
|
|
|
- Add locking items when the player dies so other players cant pick it up.
|
|
|
|
Use /flan unlockItems to allow it.
|
2021-06-09 08:31:15 -04:00
|
|
|
- /flan help finished: command are clickable now and give additional info on the commands
|
|
|
|
- Log the file path when /flan readGriefPrevention can't find the files
|
2021-06-09 06:57:18 -04:00
|
|
|
|
2021-06-08 16:33:40 -04:00
|
|
|
Flan 1.4.0
|
|
|
|
======================
|
|
|
|
- Add FLIGHT permission. Prevents non creative flight in claims
|
|
|
|
- Add CANSTAY permission. Makes players unable to enter your claim
|
|
|
|
- Remove the mobspawn config.
|
|
|
|
- Add support for wildcard worlds in globalDefaultPerms. Use "*" instead of <dimension key>
|
|
|
|
MOBSPAWN added to globalDefaultPerms with value false
|
|
|
|
FLIGHT added to globalDefaultPerms with value true
|
|
|
|
- Add /flan trapped command. Using it teleports you out of a claim you don't own after 5 seconds
|
|
|
|
|
2021-05-31 08:30:18 -04:00
|
|
|
Flan 1.3.3
|
|
|
|
======================
|
|
|
|
- Some blocks permission changed from PROJECTILES to OPENCONTAINER on direct interaction
|
2021-06-10 10:55:55 -04:00
|
|
|
Affected blocks: campfire, tnt, (chorus fruit), bells
|
|
|
|
Direct interaction as in right clicking the block. For actual projectile hits this remains unchanged
|
2021-05-31 08:30:18 -04:00
|
|
|
- Fix several entities not protected on indirect non projectile player attacks (e.g. through player ignited tnt)-
|
2021-06-10 10:55:55 -04:00
|
|
|
More noticable with other mods #52
|
2021-05-31 08:30:18 -04:00
|
|
|
- Add gunpowder currency support.
|
2021-06-10 10:55:55 -04:00
|
|
|
Enables the purchase and selling of claim blocks. Price configurable. Disabled by default
|
|
|
|
Only selling and purchase of additional claim blocks possible (not the ones you get with time).
|
2021-05-31 08:30:18 -04:00
|
|
|
|
2021-05-12 13:58:24 -04:00
|
|
|
Flan 1.3.2
|
|
|
|
======================
|
|
|
|
- Change gui item text to non italic (there are some very picky people)
|
|
|
|
- Add enderman grief permission
|
|
|
|
- Add snowman snowlayers permission
|
2021-05-12 14:24:57 -04:00
|
|
|
- Truly fix personal groups saving issues ._. (pls...)
|
2021-05-12 13:58:24 -04:00
|
|
|
|
2021-05-03 14:04:45 -04:00
|
|
|
Flan 1.3.1
|
|
|
|
======================
|
2021-05-03 15:05:25 -04:00
|
|
|
- Fix the nullpointer when creating claims. derp
|
|
|
|
- Fix personal groups not reading from file. derp x2
|
|
|
|
- Fix items in gui not updated clientside on shift click
|
2021-05-03 14:04:45 -04:00
|
|
|
|
2021-05-02 16:00:05 -04:00
|
|
|
Flan 1.3.0
|
|
|
|
======================
|
|
|
|
- Fix inventory desync when using the naming screen
|
|
|
|
- Add /flan help command. For now it only displays all available commands
|
|
|
|
- Add default groups. Set via the config file in defaultGroups.
|
2021-06-10 10:55:55 -04:00
|
|
|
Every claim created will have those groups by default to make group creation easier
|
|
|
|
and without having to make the same group for multiple claims again and again.
|
2021-05-02 16:00:05 -04:00
|
|
|
- Add personal groups. Set either via the command /flan permissions personal ...
|
|
|
|
or via the gui /flan personalGroups.
|
2021-06-10 10:55:55 -04:00
|
|
|
Personal groups are just like default groups except player bound. If a player has any
|
|
|
|
personal groups that will be used instead of the global default group. That way the player
|
|
|
|
can also specify what groups a claim should have upon creation.
|
2021-05-02 16:00:05 -04:00
|
|
|
- Localized various gui strings
|
|
|
|
|
2021-04-19 07:48:47 -04:00
|
|
|
Flan 1.2.6
|
|
|
|
======================
|
|
|
|
- Fix giveClaimBlocks not working for players that never joined the server
|
|
|
|
- Add chorus fruit eating permission
|
|
|
|
- Fix wither permission not toggable
|
|
|
|
|
2021-04-11 17:34:45 -04:00
|
|
|
Flan 1.2.5
|
|
|
|
======================
|
|
|
|
- Fix inventory desync after closing gui
|
|
|
|
- Sync itemstack when failing to place blocks
|
|
|
|
- Fix various thrown entitys to not abide by claim protection
|
2021-04-11 19:50:31 -04:00
|
|
|
- Add 2 new permissions:
|
2021-06-10 10:55:55 -04:00
|
|
|
Item drop permission: If set to false prevents items being dropped (players only)
|
|
|
|
Item pickup permission: If set to false prevents items from being picked up. Player thrown items
|
|
|
|
(Death included) gets a special tag so that the one who threw them can always pick it up.
|
2021-04-11 19:50:31 -04:00
|
|
|
- Change some permissions to default true: Enderchest, Enchanting table, Item drop, Item pickup
|
2021-04-11 17:34:45 -04:00
|
|
|
|
2021-04-04 06:33:10 -04:00
|
|
|
Flan 1.2.4
|
|
|
|
======================
|
|
|
|
- Fix crash in void worlds #39
|
|
|
|
- Fix permission autocomplete #43
|
|
|
|
- Fix mod icon #42
|
|
|
|
- Check if the new owner has enough claim blocks when using transferClaim. Bypassed with admin mode
|
|
|
|
|
2021-03-09 07:32:41 -05:00
|
|
|
Flan 1.2.3
|
|
|
|
======================
|
|
|
|
- Fabric Permission API support for commands and claim creation. See wiki for permission nodes
|
|
|
|
- Add an ignore list for blocks to be ignored (For mods with gravestones etc.)
|
|
|
|
- Add a permission check event for mods
|
2021-03-10 14:05:25 -05:00
|
|
|
- Fix piercing arrows locking up the game in claims
|
2021-03-09 07:32:41 -05:00
|
|
|
|
2021-01-21 12:19:18 -05:00
|
|
|
Flan 1.2.2
|
|
|
|
======================
|
2021-01-21 15:15:09 -05:00
|
|
|
- Increase particle size #25
|
|
|
|
- Fix thrown items activating pressure plates #30
|
|
|
|
- Add option to have multiple lines for permission description in lang file #24
|
|
|
|
- Add enderchest, enchantment table use, piston and water across border permission #29
|
|
|
|
- Fix player claim data being reset upon death #26
|
2021-01-21 12:19:18 -05:00
|
|
|
|
2020-12-11 10:37:43 -05:00
|
|
|
Flan 1.2.1
|
|
|
|
======================
|
|
|
|
- Fix wrong claim size calculation #19
|
|
|
|
- Fix blacklisted worlds not saving #21
|
|
|
|
- Fix group command not able to edit some groups with illegal characters #20
|
2020-12-11 10:41:02 -05:00
|
|
|
- Fix double message for claim inspection when targeting a block
|
2020-12-11 10:37:43 -05:00
|
|
|
- Add toggable mobspawning for claims. Needs allowMobSpawnToggle to be true in the config
|
|
|
|
|
2020-11-28 15:05:09 -05:00
|
|
|
Flan 1.2.0
|
|
|
|
======================
|
|
|
|
- Claim display stays as long as you are holding either the inspection or the claiming tool
|
|
|
|
- Fix things getting logged despite enableLogs set to false
|
|
|
|
- Change the default time to get a claim block to 600 ticks instead of 1200
|
|
|
|
- Change Permission to a registry instead of hardcoded enums
|
|
|
|
|
2020-11-18 12:48:51 -05:00
|
|
|
Flan 1.1.5
|
|
|
|
======================
|
|
|
|
- Make tile entitys always at least be in the open container flag.
|
|
|
|
Making them always be protected. This can be turned off to only include inventory type tile entities.
|
|
|
|
#14
|
|
|
|
|
2020-11-07 07:44:26 -05:00
|
|
|
Flan 1.1.4
|
|
|
|
======================
|
|
|
|
- Directly check player class for item usage. So fake players get ignored.
|
|
|
|
|
2020-11-06 14:11:57 -05:00
|
|
|
Flan 1.1.3
|
|
|
|
======================
|
|
|
|
- Ignore item usage with non player (e.g. with modded machines). Fix #12
|
|
|
|
- Tell the player the amount of claimblocks etc. when switching to the claiming tool and creating/resizing claims
|
|
|
|
- Fix resizing claims not taking into account the minClaimSize value
|
|
|
|
|
2020-11-04 08:38:42 -05:00
|
|
|
Flan 1.1.2
|
|
|
|
======================
|
|
|
|
- Fix reload command being not restricted to admins
|
|
|
|
|
2020-11-02 10:47:47 -05:00
|
|
|
Flan 1.1.1
|
|
|
|
======================
|
|
|
|
- Fix a wrong check regarding block entitys that affected modded container blocks to not be protected
|
|
|
|
|
2020-10-30 10:09:57 -04:00
|
|
|
Flan 1.1.0
|
|
|
|
======================
|
2020-10-30 10:25:36 -04:00
|
|
|
- Add global per world perms (for more info visit https://github.com/Flemmli97/Flan/wiki/Config)
|
2020-10-30 10:09:57 -04:00
|
|
|
- Fail safe for config reading just in case the config contains "bad values"
|
|
|
|
- Some more logs
|
|
|
|
|
2020-10-23 18:18:16 -04:00
|
|
|
Flan 1.0.9
|
2020-10-23 18:12:07 -04:00
|
|
|
======================
|
|
|
|
- Add some logging stuff. Mostly with read/saving things
|
|
|
|
- Add option to disable the need for claim blocks by setting maxClaimBlocks to -1 in the configs
|
|
|
|
|
2020-09-29 14:21:16 -04:00
|
|
|
Flan 1.0.8
|
|
|
|
======================
|
|
|
|
- Changed using wrong tupel
|
|
|
|
|
2020-09-18 16:29:11 -04:00
|
|
|
Flan 1.0.7
|
|
|
|
======================
|
|
|
|
- Enable tamed pet interaction in claims for the owner
|
|
|
|
|
2020-09-15 06:43:38 -04:00
|
|
|
Flan 1.0.6
|
|
|
|
======================
|
|
|
|
- Update Fabric API to use the new PlayerBlockBreakEvent
|
|
|
|
Should fix issues with other mods bypassing claim protection
|
|
|
|
(If the mods dont directly break the blocks)
|
|
|
|
- Fix the lang configs being overwritten constantly
|
|
|
|
- Add description + translation for all permissions (used in the permission menu)
|
2020-09-15 09:08:58 -04:00
|
|
|
- Fix claim overlapping on edges not being detected
|
|
|
|
- Fix subclaims showing wrong display on conflict
|
2020-09-15 06:43:38 -04:00
|
|
|
|
2020-09-03 18:34:16 -04:00
|
|
|
Flan 1.0.5
|
|
|
|
======================
|
|
|
|
- Moved the config files to the run/server root folder. (The place where all other mods configs are too)
|
|
|
|
|
2020-09-03 12:00:37 -04:00
|
|
|
Flan 1.0.4
|
|
|
|
======================
|
|
|
|
- BisUmTo: Add addClaim command to create claims via commands
|
|
|
|
- Add transferClaim command to transfer owner of a claim to another player
|
|
|
|
- Add editPermission command to edit claim permissions via commands
|
|
|
|
|
2020-09-02 09:39:57 -04:00
|
|
|
Flan 1.0.3
|
|
|
|
======================
|
|
|
|
- Add permission to toggle firespreading in claims
|
|
|
|
- PvP, Explosion, Wither and Firespread are now global permission only
|
|
|
|
- Finished reading griefprevention data (previously set permissions were not read)
|
|
|
|
- /flan list now has ability to list claims of other players (requires op)
|
|
|
|
- Op level for op commands is now configurable
|
|
|
|
|
2020-08-26 19:36:57 -04:00
|
|
|
Flan 1.0.2
|
|
|
|
======================
|
|
|
|
- Fix Nullpointer with admin claims
|
|
|
|
- Removed unneccessary and wrong confirmation for admin single claim deletion
|
|
|
|
- Fix block placing sometimes using the wrong position
|
|
|
|
|
2020-08-26 10:42:28 -04:00
|
|
|
Flan 1.0.1
|
|
|
|
======================
|
|
|
|
- Fix data being deleted when there was a saving error
|
|
|
|
- Fix reading GriefPrevention data
|
2020-08-26 14:17:32 -04:00
|
|
|
- Add auto extend claims downwards
|
|
|
|
- Prevent double processing when right clicking a block with a usable item
|
|
|
|
- Add Raid permission flag
|
|
|
|
- Improved visual for claims dealing with liquids
|