ModernUO/Projects/UOContent/Engines/CannedEvil
Kamron Batman fffda53263
fix: Adds command help, webpage, and fixes issues with other commands (#1669)
### Summary

- Fixes `[AdvancedSearch` being accessible by players 😱 
- Adds `[GenCommands` to generate the same commands html page on https://muo.gg/commands.
- Fixes `[helpinfo` so all commands properly show up!

> [!WARNING]  
> ### Developer Warning:
> Commands must now be registered in the `Configure` bootup phase.
> If a command is not registered early enough, it may not be available to systems like [helpinfo
> that cache their information.

> [!NOTE]  
> ### Developer Note:
> Various commands related to generating content have been changed to _Developer_ and above access level.

### Screenshots
<img width="673" alt="image" src="https://github.com/modernuo/ModernUO/assets/3953314/b105b5c9-5eb4-4ace-93ff-1bfb31e7132f">

<img width="547" alt="image" src="https://github.com/modernuo/ModernUO/assets/3953314/e97487e8-47a5-4aa7-89cc-9fe3deda584d">
2024-02-10 00:19:19 -08:00
..
CannedEvilTimer.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ChampionAltar.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ChampionCommands.cs fix: Adds command help, webpage, and fixes issues with other commands (#1669) 2024-02-10 00:19:19 -08:00
ChampionPlatform.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ChampionSkull.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ChampionSkullBrazier.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ChampionSkullPlatform.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ChampionSkullType.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ChampionSpawn.cs fix: Fixes serialization and dirty tracking conveniences (#1627) 2023-12-03 15:55:31 -08:00
ChampionSpawnInfo.cs fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
ChampionTitle.cs fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
ChampionTitleContext.cs fix: Fixes NPE in champ titles (#1434) 2023-07-28 00:39:10 -07:00
ChampionTitleSystem.cs fix: Fixes extension method refactors causing crash (#1529) 2023-10-02 22:24:16 -07:00
DungeonChampionSpawn.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
GenChampEntry.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
GenChamps.cs fix: Adds command help, webpage, and fixes issues with other commands (#1669) 2024-02-10 00:19:19 -08:00
HarrowerGate.cs fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00
LLChampionSpawn.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
StarRoomGate.cs fix: Overhauls champion titles & codegen champion system (#1430) 2023-07-27 21:44:06 -07:00