Freddy

Results 24 comments of Freddy

@dandv Not sure what async-exit-hook does differently, to me it seems like it doesn't support async exits at all, not properly, and all in all they are just doing what...

Here is an example... The debug ``` [21:52:47 INFO]: [MobHunting] [Debug] ======================== New kill ========================== [21:52:47 INFO]: [MobHunting] [Debug] Anhaneman killed a TropicalFish (Minecraft)@(world:76,45,3882) [21:52:47 INFO]: [MobHunting] [Debug] KillAllowed: Mob...

The config is also a mess, why are some amounts integers while others are strings? ``` endermite: enabled: true money: amount: '10' chance: 1.0 commands: - chance: '0.10' cmd: give...

A quick test where i made the value for tropical fish a string instead of an integer, seems to work. Are you stripping the : and using the number as...

+1 on this one, global keys, for named keys that you use over and over again, like in his extremely good example, a company name, would be useful!

@popod NedB already stores all data in a JSON file, simply copying the NedB datastore file is enough. Your entire operation is literally a complete waste, you're taking a JSON...

How so? What am I missing? You're talking about a backup, hence, if you need it, you would restore it to the same system it was taken from.

It doesn't matter, the user is explicitly asking how he can perform a backup of the NedB database. A simply copy of the NedB file in itself is exactly that,...