grief-revert-drop config example
BobSpeaker opened this issue ยท 1 comments
Thx for a great pulgin. We at mobtrap.eu are happy to use it.
I'm trying to make a self renewing forrest outside of our spawn.
We thought that with this config we could just place a solid diamond block, but the blocks don't drop. It's af if the grief-revert-drop flag is ignored. Are we doing wrong, or could there be a bug?
Gretter74
This is the config:
bypass-blocks: []
unbreakable-blocks:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 17
- 18
- 19
- 20
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
unprotectable-blocks: []
repairable-items: - 256
- 257
- 258
- 259
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 283
- 284
- 285
- 286
- 290
- 291
- 292
- 293
- 294
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 359
tool-items: - 257
- 270
- 278
- 285
force-field-blocks: - title: Small Field
block: 16
radius: 5
prevent-place: true
prevent-destroy: true
cuboid: true
limits:- 3
- 9
- 0
- title: Medium Field
block: 21
radius: 10
prevent-place: true
prevent-destroy: true
cuboid: true
limits:- 3
- 9
- 0
- title: Large Field
block: 56
radius: 20
prevent-place: true
prevent-destroy: true
visualize-on-rightclick: true
cuboid: true
limits:- 3
- 9
- 0
- title: Grief Revert
block: 57
radius: 50
grief-revert: true
grief-revert-drop: true
visualize-on-rightclick: true
mixing-group: 1
cuboid: true
limits:- 0
- 0
- 0
warn:
slow-damage: true
pvp: true
instant-heal: true
launch: true
fast-damage: true
use: true
air: true
slow-feeding: true
fire: true
cannon: true
destroy-area: true
destroy: true
slow-heal: true
entry: true
unprotectable: true
mine: true
slow-repair: true
place: true
give-air: true
cleanup:
player-inactivity-purge-days: 45
snitch-unused-purge-days: 60
settings:
sneak-to-place-normal-block: true
sneak-to-place-field: false
show-debug-info: false
show-default-welcome-farewell-messages: true
dynmap-flags-disabled-by-default: true
welcome-farewell-disabled-by-default: true
disable-ground-info: false
auto-download-vault: false
global-field-limit: 1000000
no-refund-for-fields: false
off-by-default: false
log-to-hawkeye: false
lines-per-page: 12
disable-bypass-alerts-for-admins: false
disable-alerts-for-admins: true
public-block-details: false
blacklisted-worlds: - creative_world
drop-on-delete: true
sneaking-bypasses-damage: true
debug-on: false
allowed-can-break-pstones: false
log:
bypass-pvp: true
pvp: true
bypass-destroy: true
use: true
fire: true
destroy: true
destroy-area: false
place-area: false
entry: true
unprotectable: true
bypass-place: true
place: true
rollback: true
bypass-delete: true
conflict-place: true
cuboid:
visualization-blocktype: 20
defining-blocktype: 49
visualization:
block-type: 20
seconds: 10
mark-block-type: 49
end-on-player-move: false
frame-block-type: 20
blocks-to-send: 100
ticks-between-sends: 10
default-density: 8
max-fields-to-visualize-at-once: 20
notify:
destroy: true
bypass-pvp: true
bypass-destroy: true
bypass-unprotectable: true
bypass-place: true
place: true
rollback: true
fly-zones: true
grief-undo:
min-interval-secs: 30
black-list: - 92
saving:
frequency-seconds: 15
max-records-per-snitch: 50
mysql:
username: root
host: localhost
enable: true
password:
database: mine_prec
port: 3306
forester:
trees: 60
interval-seconds: 1
fertile-blocks: - 2
- 3
- 13
- 87
Couple of tips:
visualize-on-rightclick flag has changed to visualize-on-src
Rather than do:
limits:
- 0
- 0
- 0
You can use the required-permission flag and the block wont even show up as a pstone to those without the permission.
You were correct the grief-revert-drop flag was broken. Fixed it in new version.