2 Commits

4 changed files with 8 additions and 6 deletions
+3
View File
@@ -1,6 +1,9 @@
{
"name": "${pluginName}",
"entry": "${pluginFile}",
"version": "0.9.3",
"author": "GroupMountain",
"description": "Check Player's Inventory",
"type": "native",
"dependencies": [
{
+1 -2
View File
@@ -101,8 +101,7 @@ std::string getNameFormUuid(mce::UUID& uuid) {
std::unordered_map<mce::UUID, std::string> generateUuidMap() {
auto allUuids = GMLIB_Player::getAllUuids();
std::unordered_map<mce::UUID, std::string> allList;
for (auto& strUuid : allUuids) {
auto uuid = mce::UUID::fromString(strUuid);
for (auto& uuid : allUuids) {
auto name = getNameFormUuid(uuid);
allList[uuid] = name;
}
+3 -3
View File
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/GroupMountain/InventoryCheck",
"version": "0.9.1",
"version": "0.9.3",
"info": {
"name": "InventoryCheck",
"description": "Check Player's Inventory",
@@ -14,9 +14,9 @@
"gmlib"
]
},
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.9.1/InventoryCheck-windows-x64.zip",
"asset_url": "https://github.com/GroupMountain/InventoryCheck/releases/download/v0.9.3/InventoryCheck-windows-x64.zip",
"dependencies": {
"github.com/GroupMountain/GMLIB": ">=0.9.2"
"github.com/GroupMountain/GMLIB": ">=0.9.8"
},
"files": {
"place": [