Description
Utilise the daily restart of the MCME server to generate a featured list of suggestions that appear when a player types /warp . Currently it is just a static list
Instead of just randomly choosing public warps, we should mark what warps are most interesting, there will most likely be more than one category e.g.
- Hidden gems (e.g. Dol Amroth)
- Major locations (e.g. Isengard)
Why?
- Players are suggested interesting locations that they might otherwise never come across - particularly locations that aren't in the movies
- More tenuous
- Incentive to come back the next day and see the new featured warps
- A talking point for those online
How?
- The
Warp.java class will need an additional featured field
- Then
To.java needs to generate the featured warps by randomly selecting warps from each featured category (only once - static code block?)
- 3 gems and 2 major locations?
Description
Utilise the daily restart of the MCME server to generate a featured list of suggestions that appear when a player types
/warp. Currently it is just a static listInstead of just randomly choosing public warps, we should mark what warps are most interesting, there will most likely be more than one category e.g.
Why?
How?
Warp.javaclass will need an additionalfeaturedfieldTo.javaneeds to generate the featured warps by randomly selecting warps from each featured category (only once - static code block?)