File size: 192 Bytes
3c86104
 
 
 
 
1
2
3
4
5
// Needed for painless script to run
grant {
  // needed to create the classloader which allows plugins to extend other plugins
  permission java.lang.RuntimePermission "createClassLoader";
};