SirBlobman / CombatLogX

A modular Spigot plugin that prevents players from logging out during combat and has many expansions for extra features.
https://www.spigotmc.org/resources/31689/
GNU General Public License v3.0
149 stars 50 forks source link

dropping items #796

Closed R-efil closed 3 months ago

R-efil commented 7 months ago

Server Implementation

Spigot

Server Version

1.20.1

Describe the bug

when in combat players cant drop items

Reproduction Steps

  1. get tagged or tag someone
  2. try drop item

Expected behaviour

items should be able to be thrown onto the floor even if in combat

Screenshots / Videos

No response

latest log file (if applicable)

No response

CombatLogX Version

latest version

Anything else?

No response

Olivoz commented 7 months ago

Please follow the issue template and provide the output from /clx version when creating an issue. Dropping items is configurable in the CheatPrevention expansion. see the items.yml

R-efil commented 7 months ago

[Sun 18:20:43 INFO ] Local Version: 11.4.0.1.1193 [Sun 18:20:43 INFO ] Remote Version: 11.4.0.1.1193 thats what version im running or says in console at least.

i understand its in items.yml and prevent drop is set to false and it still doesnt work

Olivoz commented 7 months ago

Provide the entire output from /clx version, and the items.yml. Also did you restart or use /clx reload after changing the config?

R-efil commented 7 months ago

image_2024-01-14_193529567 image_2024-01-14_193545426

we have done clx reload and also restarted the server

Olivoz commented 7 months ago

Make sure you've disabled the combat logging from GriefPrevention

R-efil commented 7 months ago

ah yes its working now thank you