utility commands (had to move some branches around) (#248)
* utility commands
feed, heal, near, repair, night, suicide, extinguish
closes: #38
related: #244
/feed [player]
enable_feed: true
essentialcommands.feed.self 2
essentialcommands.feed.others 2
/heal [player]
enable_heal: true
essentialcommands.heal.self 2
essentialcommands.heal.others 2
/near [range] [player]
enable_near: true
near_command_default_range: 200
near_command_max_range: 200
essentialcommands.near.self 2
essentialcommands.near.others 2
/repair [player]
enable_repair: true
essentialcommands.repair.self 2
essentialcommands.repair.others 2
/night
enable_night: true
essentialcommands.night 2
/suicide
enable_suicide: true
essentialcommands.suicide 0
/ext(inguish) [player]
enable_extinguish: true
essentialcommands.extinguish.self 2
essentialcommands.extinguish.others 2
utility commands moved to commands.utility package
didn't feel like /near fit in the utility package
* PR comments
fix variable name
move from for loop to stream filtering (and fix logic (was good before))
moved near and gametime commands to utility package