You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. To starting using script try to using example below:
33
32
34
33
For examples I will use example credentials
35
-
***DevId**: 1004
36
-
***AuthKey**: 23DF3C7E9BD14D84BF892AD206B6755C
34
+
**DevId**: 1004
35
+
**AuthKey**: 23DF3C7E9BD14D84BF892AD206B6755C
37
36
38
-
37
+
a. For Smite **PC** i want getting player info for "HiRezTina"
39
38
```java
40
-
// For Smite PC, I want getting player info for "HiRezTina"
41
39
packageexample;
42
40
43
-
importpl.stachuofficial.HiRezAPI; // Main class
44
-
importpl.stachuofficial.hirezstudios.Smite; // for importing enum platforms
45
-
importpl.stachuofficial.util.StringData; // for using variable data
41
+
importcom.github.stachu540.hirezapi.HiRezAPI; // Main class
42
+
importcom.github.stachu540.hirezstudios.Smite; // for importing enum platforms
43
+
importcom.github.stachu540.util.StringData; // for using variable data
46
44
47
45
classSmitePlayer {
48
46
publicstaticvoidmain(String[] args) {
@@ -53,13 +51,16 @@ class SmitePlayer {
53
51
}
54
52
}
55
53
```
54
+
55
+
b. For Paladins **XBOX** i want know about server status.
56
+
57
+
56
58
```java
57
-
// For Paladins XBOX, I want know about server status.
58
59
packageexample;
59
60
60
-
importpl.stachuofficial.HiRezAPI; // Main class
61
-
importpl.stachuofficial.hirezstudios.Paladins; // for importing enum platforms
62
-
importpl.stachuofficial.util.StringData; // for using variable data
61
+
importcom.github.stachu540.hirezapi.HiRezAPI; // Main class
62
+
importcom.github.stachu540.hirezstudios.Paladins; // for importing enum platforms
63
+
importcom.github.stachu540.util.StringData; // for using variable data
63
64
64
65
classPaladinsStatusServer {
65
66
publicstaticvoidmain(String[] args) {
@@ -74,4 +75,4 @@ class PaladinsStatusServer {
74
75
For some more detail's, check out [source documentation](https://stachu540.github.io/HiRezAPI/).
75
76
76
77
## Question and suggestions
77
-
Any more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) and any other contribution are welcome.
78
+
Any more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) and any other contribution are welcome.
0 commit comments