the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 34 lines 1.7 kB view raw
1#define IDC_OptionsTab_off L"OptionsTab_off" 2#define IDC_GameOptionsDescription L"GameOptionsDescription" 3#define IDC_CheckboxNaturalRegeneration L"CheckboxNaturalRegeneration" 4#define IDC_CheckboxTileDrops L"CheckboxTileDrops" 5#define IDC_CheckboxMobLoot L"CheckboxMobLoot" 6#define IDC_CheckboxMobGriefing L"CheckboxMobGriefing" 7#define IDC_CheckboxMobSpawning L"CheckboxMobSpawning" 8#define IDC_CheckboxKeepInventory L"CheckboxKeepInventory" 9#define IDC_CheckboxDayLightCycle L"CheckboxDayLightCycle" 10#define IDC_CheckboxHostPrivileges L"CheckboxHostPrivileges" 11#define IDC_CheckboxPVP L"CheckboxPVP" 12#define IDC_CheckboxAllowFoF L"CheckboxAllowFoF" 13#define IDC_CheckboxInviteOnly L"CheckboxInviteOnly" 14#define IDC_CheckboxOnline L"CheckboxOnline" 15#define IDC_GameOptions L"GameOptions" 16#define IDC_GameOptionsGroup L"GameOptionsGroup" 17#define IDC_WorldOptionsDescription L"WorldOptionsDescription" 18#define IDC_CheckboxFireSpreads L"CheckboxFireSpreads" 19#define IDC_CheckboxTNT L"CheckboxTNT" 20#define IDC_CheckboxTrustSystem L"CheckboxTrustSystem" 21#define IDC_CheckboxResetNether L"CheckboxResetNether" 22#define IDC_CheckboxBonusChest L"CheckboxBonusChest" 23#define IDC_CheckboxFlatWorld L"CheckboxFlatWorld" 24#define IDC_CheckboxStructures L"CheckboxStructures" 25#define IDC_XuiLabelRandomSeed L"XuiLabelRandomSeed" 26#define IDC_XuiEditSeed L"XuiEditSeed" 27#define IDC_XuiLabelSeed L"XuiLabelSeed" 28#define IDC_WorldOptions L"WorldOptions" 29#define IDC_WorldOptionsGroup L"WorldOptionsGroup" 30#define IDC_WorldOptionsTab L"WorldOptionsTab" 31#define IDC_GameOptionsTab L"GameOptionsTab" 32#define IDC_LabelGameOptions L"LabelGameOptions" 33#define IDC_LabelWorldOptions L"LabelWorldOptions" 34#define IDC_MultiGameLaunchMoreOptions L"MultiGameLaunchMoreOptions"