Closed SlimeDog closed 2 years ago
fuck
Checked with 13.3 and I didn't run into this issue.
I am running 13.3. What other information can I provide?
Maybe the antimalware database file he has is corrupted?
Deleted AntiMalware/* SQLite corruption is gone. Now I get
[AntiMalware] [07:17:08] [INFO]: Using locale en
[AntiMalware] [07:17:08] [INFO]: Initializing
[AntiMalware] [07:17:08] [INFO]: Any bugs and/or false-positives should be reported either on the GitHub repo, plugin discussion page, or on the discord server
[AntiMalware] [07:17:08] [INFO]: Registering checks
[AntiMalware] [07:17:08] [INFO]: Finished registering checks
[AntiMalware] [07:17:08] [SEVERE]: Failed to set config section Key: powernbt. Value: {description=use nbt commands (silent mode), usage=/nbt. ... use [Tab] key for help, permission=powernbt.use, aliases=[pnbt., nbt.]}
Remaining files to scan: 0
caused by error in plugin.yml
$ cat plugin.yml
name: PowerNBT
description: Powerful nbt editor for bukkit
author: DPOH-VAR
main: me.dpohvar.powernbt.PowerNBT
website: https://github.com/flinbein/powernbt
version: 1.0.2
softdepend:
- VarScript
commands:
powernbt:
description: use nbt commands
usage: /nbt ... use [Tab] key for help
permission: powernbt.use
aliases:
- pnbt
- nbt
powernbt.:
description: use nbt commands (silent mode)
usage: /nbt. ... use [Tab] key for help
permission: powernbt.use
aliases:
- pnbt.
- nbt.
Maybe the antimalware database file he has is corrupted?
No? I ran the Anti-Malware and it ran fine. It's possible the database that's built-in to the jar is corrupted though.
Deleted AntiMalware/* SQLite corruption is gone. Now I get
[AntiMalware] [07:17:08] [INFO]: Using locale en [AntiMalware] [07:17:08] [INFO]: Initializing [AntiMalware] [07:17:08] [INFO]: Any bugs and/or false-positives should be reported either on the GitHub repo, plugin discussion page, or on the discord server [AntiMalware] [07:17:08] [INFO]: Registering checks [AntiMalware] [07:17:08] [INFO]: Finished registering checks [AntiMalware] [07:17:08] [SEVERE]: Failed to set config section Key: powernbt. Value: {description=use nbt commands (silent mode), usage=/nbt. ... use [Tab] key for help, permission=powernbt.use, aliases=[pnbt., nbt.]} Remaining files to scan: 0
caused by error in plugin.yml
$ cat plugin.yml name: PowerNBT description: Powerful nbt editor for bukkit author: DPOH-VAR main: me.dpohvar.powernbt.PowerNBT website: https://github.com/flinbein/powernbt version: 1.0.2 softdepend: - VarScript commands: powernbt: description: use nbt commands usage: /nbt ... use [Tab] key for help permission: powernbt.use aliases: - pnbt - nbt powernbt.: description: use nbt commands (silent mode) usage: /nbt. ... use [Tab] key for help permission: powernbt.use aliases: - pnbt. - nbt.
This is pretty much harmless. The yml itself however does seem to have issues though, i.e. .'s where there shouldn't be.
OK. I posted an issue on his Github. Thanks.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. For other plugins, output looks like