Guest User

Untitled

a guest
Dec 11th, 2018
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. final List<String> list = (List<String>)Main.getInstance().getConfig().getStringList("test.test1");
  2. for (String test : list) {
  3. sender.sendMessage(test);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment