Yukkuricraft / YukkuricraftBugReports

Bug reports
1 stars 0 forks source link

Changing time. #42

Closed CirnoTheGenius closed 7 years ago

CirnoTheGenius commented 8 years ago

Submitter: Redleaf64 Doing a /time set [time] in creative (As there's no playertime command yet) apparently affects survival as well. So changing time in creative will also change the time in survival.

remiscarlet commented 8 years ago

Something fixable by adding /playertime in swiss knife plugin?

remiscarlet commented 8 years ago

@CirnoTheGenius

Resolution of this ticket would resolve part of https://github.com/remiscarlet/YukkuricraftBugReports/issues/43

tsunko commented 7 years ago

Need to actually do this. Psuedo: check args[0] for int check args[1] for world (args.length > 1 ? Bukkit.getWorld(args[1]) : ((Player)sender).getWorld()).setTime(Integer.parseInt(args[0]));

Katrix commented 7 years ago

Fix in Crux added