feat: 新增Hook提示
This commit is contained in:
parent
1735417887
commit
f8ec9b9f6e
@ -15,6 +15,7 @@ PlaceholderAPI = {
|
|||||||
// 尝试加载 Bukkit 的 PlaceholderAPI
|
// 尝试加载 Bukkit 的 PlaceholderAPI
|
||||||
try {
|
try {
|
||||||
PlaceholderAPI = ext.getStatic("me.clip.placeholderapi.PlaceholderAPI");
|
PlaceholderAPI = ext.getStatic("me.clip.placeholderapi.PlaceholderAPI");
|
||||||
|
console.log('[PAPI] Found Bukkit PlaceholderAPI Hooking...')
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,6 +30,7 @@ try {
|
|||||||
return s.serialize(spapi.replacePlaceholders(arguments[1], arguments[0], arguments[0]));
|
return s.serialize(spapi.replacePlaceholders(arguments[1], arguments[0], arguments[0]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log('[PAPI] Found Sponge PlaceholderAPI Hooking...')
|
||||||
}
|
}
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user